Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History
 
 

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.rst

Note

This project does not require any GIS library or specific database. Map data are stored in simple JSON fields.

Install

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

Run

python manage.py runserver

The map visible on http://127.0.0.1:8000/ can be edited from the AdminSite at /admin.