Installation:

  1. Install the app
a) You can pip install it => pip install django-mapistration or b) You can install it by source
  1. Add the app in your INSTALLED_APPS

    INSTALLED_APPS = ( ... ‘mapistration’, )

  2. Run syncdb