Create, Read, Update, Delete (Polygon, LineString, Point) geometries with django web framework
-
Clone repo like this::
-
Create a virtualenv::
python3 -m venv virtualenv
-
Activate virtualenv
-
Install packages from requirements.txt file
-
Create settings_local.py with settings from settings_local_sample.py
-
Run
python manage.py migrate
-
Start the development server and visit http://127.0.0.1:8000/
-
Don't forget to write your google api key in settings_local.py file
This project use postgresql database