FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

django-leaflet/example at master · EnvSys/django-leaflet · GitHub

Latest commit

 

History

History
 
 

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.


Back | FazBrowse Home | New Git URL