Skip to content

fusionbox/django-fusionbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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