mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
- Add information on handlers - Document configuration options and precedences - Restructure documentation for better readability Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
13 lines
242 B
ReStructuredText
13 lines
242 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::
|
|
|
|
$ tox
|