django-helpers-jieter

Some Django helpers I share between my projects


Keywords
django, helpers
License
MIT
Install
pip install django-helpers-jieter==0.1.0

Documentation

Django-helpers

Some Django helpers I share between my projects

usage

pip install django-helpers-jieter

There is no formal documentation and there will probably never be such a thing.

Running the tests

mkvirtualenv django-helpers-jieter
make requirements
make test