diff options
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/settings.py b/settings.py index 322167b..88dbd7d 100644 --- a/settings.py +++ b/settings.py @@ -1,9 +1,8 @@ # Django settings for chimere project. # GDAL path for GeoDjango -GDAL_LIBRARY_PATH = '/usr/local/lib/libgdal.so' -ROOT_PATH = '/home/etienne/Documents/Prog/chimere/' +ROOT_PATH = '/var/local/django/chimere/' DEBUG = True TEMPLATE_DEBUG = DEBUG |