Development Notes

Testing

To run django-tidings’ tests, install tox and run it:

$ pip install tox
$ tox

Documentation

To build the docs, install Sphinx and run this:

make docs