summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-11-26 23:17:09 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-11-26 23:17:09 +0100
commitb303335aa3267c76a8ef7dd9bed16cfd7b8080e0 (patch)
tree5e60d88b0767c01ec9fb48a5015d06665d08c716 /settings.py
parent98cc9f2b86e7a1dd41fe976982429acaf4ad2004 (diff)
downloadChimère - projet Saclay-b303335aa3267c76a8ef7dd9bed16cfd7b8080e0.tar.bz2
Chimère - projet Saclay-b303335aa3267c76a8ef7dd9bed16cfd7b8080e0.zip
Add CHIMERE_HIDE_PROPERTYMODEL to settings
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index ae62515..b4ff1ec 100644
--- a/settings.py
+++ b/settings.py
@@ -74,6 +74,10 @@ CHIMERE_OSM_PASSWORD = 'test'
# encoding for shapefile import
CHIMERE_SHAPEFILE_ENCODING = 'ISO-8859-1'
+# as the web server need to be reloaded when property models are changed
+# it could be a good idea to hide it to an admin who could'nt do that
+CHIMERE_HIDE_PROPERTYMODEL = False
+
# enable routing in Chimère
CHIMERE_ENABLE_ROUTING = False