Django: 1.11 2.2 3.0
Python: 3.4, 3.5, 3.6, 3.7, 3.8
A Django app to install dynamic fixtures.
Install development environment:
$ make install-python
Run all unittests*:
$ pip install --upgrade distribute
$ python setup.py test
* Make sure that the tests
folder isn't added to the sys path.
Install dependencies:
$ make install-python
Docs can be written using Sphinx in docs/source
.
To run auto-build of the docs:
$ cd docs
$ make watch