Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 465 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 465 Bytes

IES Django Base

IES Django base is a set of helper functions that can be implemented in a project to add certain functionality to your app.

Quick start

  1. 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
    
  2. Add "ies-base" to your INSTALLED_APPS setting like this

    INSTALLED_APPS = ( ... 'ies_base', )