DevelopmentΒΆ

To get set up for development, activate your virtualenv and use pip to install from dev-requirements.txt:

$ pip install -r dev-requirements.txt

To run the tests:

$ python manage.py test --settings tests.settings