django-geetar

A swiss army knife for your Django project, including a smattering of helpful code


Keywords
django, helpers
License
Other
Install
pip install django-geetar==1.0

Documentation

Django Geetar

A swiss army knife for your Django project, including a smattering of helpful code.

Authors

Development

A few notes for developing on Geetar itself.

Testing

To run Django Geetar tests, you'll need to install the required modules listed in requirements/tests.txt and run the following in the command line from the project root:

django-admin.py test geetar --settings geetar.test_settings --pythonpath $(pwd)

Pypi Distribution

To upload disribution to PyPi:

python setup.py register sdist upload