Skip to content

Commit

Permalink
Merge pull request #1472 from open-zaak/issue/#1471-geospatial-librar…
Browse files Browse the repository at this point in the history
…y-settings

🔧 [#1471] add support for GEOS_LIBRARY_PATH and GDAL_LIBRARY_P…
  • Loading branch information
annashamray committed Oct 23, 2023
2 parents 8ca8040 + 6cbb045 commit 3c00b40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/openzaak/conf/includes/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@
}
}

# Geospatial libraries
GEOS_LIBRARY_PATH = config("GEOS_LIBRARY_PATH", None)
GDAL_LIBRARY_PATH = config("GDAL_LIBRARY_PATH", None)

# TODO: after the 3.2 upgrade at some point we'll switch this to BigAutoField which will
# become the default in Django
DEFAULT_AUTO_FIELD = "django.db.models.AutoField"
Expand Down

0 comments on commit 3c00b40

Please sign in to comment.