Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 333 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 333 Bytes

GeoDjango

Examples on GIS using django

Quickstart

$ poetry install # install required library
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py createsuperuser
$python manage.py runserver

browsable api