Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fusionbox/django-fusionbox

Useful stuff for django
https://github.com/fusionbox/django-fusionbox

Last synced: 3 months ago
JSON representation

Useful stuff for django

Awesome Lists containing this project

README

        

# 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