update dependencies
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user