Skip to content

Create, Read, Update, Delete (Polygon, LineString, Point) geometries with geodjango web framework

Notifications You must be signed in to change notification settings

rahuldevashish/geoproject

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geoproject

Create, Read, Update, Delete (Polygon, LineString, Point) geometries with django web framework

Quick start

  1. Clone repo like this::

    git clone https://github.com/dimkoug/geoproject.git

  2. Create a virtualenv::

    python3 -m venv virtualenv

  3. Activate virtualenv

  4. Install packages from requirements.txt file

  5. Create settings_local.py with settings from settings_local_sample.py

  6. Run python manage.py migrate

  7. Start the development server and visit http://127.0.0.1:8000/

  8. Don't forget to write your google api key in settings_local.py file

This project use postgresql database

About

Create, Read, Update, Delete (Polygon, LineString, Point) geometries with geodjango web framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.3%
  • HTML 42.7%