Note
This project does not require any GIS library or specific database. Map data are stored in simple JSON fields.
Install Django dependencies:
pip install -r requirements.txt
Initialize database tables:
python manage.py migrate
Create a super-user for the admin:
python manage.py createsuperuser
python manage.py runserver
The map visible on http://127.0.0.1:8000/ can be edited from the AdminSite at /admin
.