django-stachoutils

Commons for Django


License
MirOS
Install
pip install django-stachoutils==4.2.2

Documentation

Stachou's Django Utils

https://coveralls.io/repos/github/Starou/django-stachoutils/badge.svg?branch=master Current version Supported Python versions License Travis C.I.

This is mostly some common libs shared between several Django project I am working on.

Install

pip install django-stachoutils

Tests

vagrant up
vagrant ssh
cd tests
make tests

There is a demo project you can run (login: super:user):

cd tests/django_project
export PYTHONPATH=../../..:${PYTHONPATH}
python manage.py runserver