mirror of
https://github.com/jazzband/django-axes.git
synced 2026-04-23 00:04:45 +00:00
+ Move chapters to a separate file. + Add readthedocs theme. + Remove doc from README.rst
13 lines
252 B
ReStructuredText
13 lines
252 B
ReStructuredText
.. _development:
|
|
|
|
Development
|
|
===========
|
|
|
|
You can contribute to this project forking it from github and sending pull requests.
|
|
|
|
Running tests
|
|
-------------
|
|
|
|
Clone the repository and install the django version you want. Then run::
|
|
|
|
$ ./runtests.py
|