Skip to content

InstanteSports/ies-msgclient

Repository files navigation

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', )

Releases

No releases published

Packages

No packages published

Languages