From 2eb46c2e4edb62a6b1c7cc56c235fb868e2c9639 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Wed, 27 Feb 2019 08:04:44 +0100 Subject: [PATCH] settings-dev tests on windows --- rowsandall_app/settings_dev.py | 1 + 1 file changed, 1 insertion(+) 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