summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 9fd47ba..347ffbf 100644
--- a/settings.py
+++ b/settings.py
@@ -8,6 +8,9 @@ DEFAULT_CENTER = (-1.679444, 48.114722)
EPSG_PROJECTION = 900913
EPSG_DISPLAY_PROJECTION = 4326
+# default id category to check on the map
+DEFAULT_CATEGORIES = [1]
+
DEBUG = True
TEMPLATE_DEBUG = DEBUG