django-appcore

Reusable useful tools for Django 1.7+ application programming.


License
BSD-3-Clause
Install
pip install django-appcore==0.0.9

Documentation

django-appcore

django-appcore is a reusable useful tools for Django 1.7+ application programming.

Build status Latest PyPI version Number of PyPI downloads Download format License

Requirements

django >= 1.7
django-appconf>=0.6

Installation

Download and install django-appcore using one of the following methods:

PIP

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

Setuptools

You can install the latest stable package running:

$ easy_install django-appcore

Usage

You may find detailed documentation in the "docs" directory.