/GeoDjango

the project introduces the aspect of geodjango and storing of spatial data in a database.Postgres was used in this project

Primary LanguageJavaScript

GeoDjango

the project introduces the aspect of geodjango and storing of spatial data in a database.Postgres was used in this project To be able to use postgres and django in this project, one needs to install certain packages to be able to handle spatial data such as psycopg2(to connect to the database check settings.py under database engine), postGis(and create extension in DB ie, CREATE EXTENSION POSTGIS;CREATE EXTENSION postgis_topology;),