Skip to content

fusionbox/django-fusionbox

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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