django-appcore
is a reusable useful tools for Django 1.7+ application programming.
django >= 1.7 django-appconf>=0.6
Download and install django-appcore
using one of the following methods:
You can install the latest stable package running this command:
$ pip install django-appcore
Also you can install the development version running this command:
$ pip install -e git+http://github.com/dlancer/django-appcore.git#egg=appcore-dev
You can install the latest stable package running:
$ easy_install django-appcore
You may find detailed documentation in the "docs" directory.