update dependencies

This commit is contained in:
Diego Calvo
2025-07-21 15:00:49 +02:00
parent 451cbe2a6a
commit 61c68a42ce
5 changed files with 39 additions and 46 deletions

View File

@@ -1,5 +1,10 @@
from back_latienda.settings.base import *
from datetime import timedelta
import os
GDAL_LIBRARY_PATH = os.getenv('GDAL_LIBRARY_PATH')
GEOS_LIBRARY_PATH = os.getenv('GEOS_LIBRARY_PATH')
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True