Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 537 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 537 Bytes

django-fusionbox

Useful tools for Django development.

Contributing

Contributions to django-fusionbox are welcome provided they adhere to the following guidelines.

  • follows pep8
  • generic and re-usable
  • includes documentation
  • includes test coverage

Documentation

http://django-fusionbox.readthedocs.org/

Running the tests

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