Skip to content

mvhammedali/Django-Postgis

Repository files navigation

Django and PostGIS Template

This is a starter template for building a mapper application (or any application involving spatial data) with PostGIS and Django. With these starter features, you can kickstart the development of a mapper application tailored to your specific needs in PostGIS and Django. Here is a GIF of what it looks like: ezgif-1-9a677c314c

Features

  1. Geographical Features:

    • Ability to store and manage geographical features such as points, lines, and polygons in the database using PostGIS.
  2. Map Display:

    • Developed the Django admin to store and display a visual representation of maps.
  3. User Authentication and Authorization:

    • User authentication and authorization to control access to the mapping application and its features based on user roles and permissions.
  4. Data Import and Export:

    • Functionality to import geographical data from external sources and export data in standard formats like GeoJSON or Shapefile.
  5. Deployment with Docker

Build and run the application

  • Fork and clone this repository.
  • Build and run your Docker containers:
docker compose up --build
  • Access Your Application: Once the containers are up and running, you can access your Django application at http://localhost:8000 in your browser.

About

Django and PostGIS starter project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published