/geodjango-demo-docker

GeoDjango app demo with docker

Primary LanguagePythonMIT LicenseMIT

GeoDjango Demo with Docker

This is a simple demo of a GeoDjango application using Docker.

Setup

  1. Clone the repository
  2. Run docker-compose up to start the application
  3. Open http://localhost:8001 to see the application

Dependencies

  • Docker
  • Docker Compose
  • Django 5.1
  • GDAL
  • PostgreSQL
  • PostGIS

References