Skip to content

Commit

Permalink
Merge pull request #849 from maykinmedia/issues/2023-11-16
Browse files Browse the repository at this point in the history
Issues/2023 11 16
  • Loading branch information
alextreme authored Nov 17, 2023
2 parents 5d1894e + 059cad5 commit 0c1023e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/open_inwoner/conf/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@
}
}

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

CACHES = {
"default": {
"BACKEND": "django_redis.cache.RedisCache",
Expand Down

0 comments on commit 0c1023e

Please sign in to comment.