Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fusionbox/django-fusionbox
- Owner: fusionbox
- License: other
- Created: 2011-09-27T21:57:06.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T17:36:31.000Z (over 3 years ago)
- Last Synced: 2024-04-17T07:12:27.168Z (7 months ago)
- Language: Python
- Homepage: http://fusionbox.github.com/django-fusionbox/
- Size: 1.32 MB
- Stars: 12
- Watchers: 15
- Forks: 6
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - django-fusionbox - Useful stuff for django (Python)
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