Fix dependencies and GeoDjango configuration

This commit is contained in:
pacnpal
2024-12-24 14:24:18 -05:00
parent c8628984e0
commit 36478c7a1b
6 changed files with 1322 additions and 133 deletions

View File

@@ -15,6 +15,10 @@ DEBUG = True
CSRF_TRUSTED_ORIGINS = ["https://beta.thrillwiki.com"]
ALLOWED_HOSTS = ["*"]
# GeoDjango Settings
GDAL_LIBRARY_PATH = "/opt/homebrew/lib/libgdal.dylib"
GEOS_LIBRARY_PATH = "/opt/homebrew/lib/libgeos_c.dylib"
# Application definition
INSTALLED_APPS = [
"django.contrib.admin",