diff --git a/rowsandall_app/settings_dev.py b/rowsandall_app/settings_dev.py index 6733c420..77d59932 100644 --- a/rowsandall_app/settings_dev.py +++ b/rowsandall_app/settings_dev.py @@ -42,6 +42,7 @@ CELERY_RESULT_SERIALIZER = 'json' CELERY_TRACK_STARTED = True CELERY_SEND_TASK_SENT_EVENT = True +# GDAL_LIBRARY_PATH = 'C:/OSGeo4W64/bin/' # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True