Geodjango Presentation
Geodjango Presentation
GeoDjango is an included django contrib module that can be used to create a world-class
geographic web framework. GeoDjango makes it as simple as possible to create geographic web
applications, like location-based services.
GeoDjango Installation
In order to work with GeoDjango, we need some additional requirements
beyond what Django requires:
PostGIS is a free, open-source extension that adds spatial data capabilities to PostgreSQL databases.
PostGIS allows you to store spatial data and use its library of functions to manipulate it. A database
with PostGIS can store geographic coordinates, lines, and shapes and query them using spatial
functions.
Install Geospatial library (GDAL)