mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-21 16:40:23 +00:00
17 lines
474 B
ReStructuredText
17 lines
474 B
ReStructuredText
.. _development:
|
|
|
|
Development
|
|
===========
|
|
|
|
You can contribute to this project forking it from github and sending pull requests.
|
|
|
|
This is a `Jazzband <https://jazzband.co>`_ project. By contributing you agree to
|
|
abide by the `Contributor Code of Conduct <https://jazzband.co/about/conduct>`_
|
|
and follow the `guidelines <https://jazzband.co/about/guidelines>`_.
|
|
|
|
Running tests
|
|
-------------
|
|
|
|
Clone the repository and install the Django version you want. Then run::
|
|
|
|
$ tox
|