datamade / how-to

📚 Doing all sorts of things, the DataMade way
MIT License
86 stars 12 forks source link

Fix PostGIS support in new-django-app template #105

Closed jeancochrane closed 4 years ago

jeancochrane commented 4 years ago

Overview

Update the Dockerfile and settings.py files in the new-django-app template to properly install GDAL and set the Django engine to support PostGIS as a backend when postgis is True.

Handles #93.

Testing Instructions