2016-07-31 22:17:34 +00:00
|
|
|
.. _development:
|
|
|
|
|
|
|
|
|
|
Development
|
|
|
|
|
===========
|
|
|
|
|
|
|
|
|
|
You can contribute to this project forking it from github and sending pull requests.
|
|
|
|
|
|
2016-08-01 12:43:06 +00:00
|
|
|
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>`_.
|
|
|
|
|
|
2016-07-31 22:17:34 +00:00
|
|
|
Running tests
|
|
|
|
|
-------------
|
|
|
|
|
|
2018-02-18 11:53:51 +00:00
|
|
|
Clone the repository and install the Django version you want. Then run::
|
2016-07-31 22:17:34 +00:00
|
|
|
|
2018-02-18 11:53:51 +00:00
|
|
|
$ tox
|