IES Django base is a set of helper functions that can be implemented in a project to add certain functionality to your app.
-
Install ies-base from pip with this line
pip install -e git+https://github.com/InstanteSports/ies-django-base.git#egg=ies_django_base-master
-
Add "ies-base" to your INSTALLED_APPS setting like this
INSTALLED_APPS = ( ... 'ies_base', )