Useful tools for Django development.
Contributions to django-fusionbox
are welcome provided they adhere to the following guidelines.
- follows pep8
- generic and re-usable
- includes documentation
- includes test coverage
http://django-fusionbox.readthedocs.org/
django-fusionbox
comes with a test project to run its tests.
mktmpenv
python setup.py develop
cd test_project
pip install -r requirements.txt
./manage.py test test_app