Installation:
=============

1) Install the app

  a) You can pip it (not available right now) => pip install django-mapistration
  or
  b) You can install it by source
  
2) Add the app in your INSTALLED_APPS 

    INSTALLED_APPS = (
    ...  
    'mapistration',
    )
  
3) Run syncdb 

