summaryrefslogtreecommitdiff
path: root/chimere/settings.py.example
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/settings.py.example')
-rw-r--r--chimere/settings.py.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/chimere/settings.py.example b/chimere/settings.py.example
index edfaa2e..ebb4fc5 100644
--- a/chimere/settings.py.example
+++ b/chimere/settings.py.example
@@ -31,6 +31,9 @@ DYNAMIC_CATEGORIES = False
DISPLAY_AREAS = True
# specific css for areas
CSS_AREAS = True
+# number of day before an event to display
+# if equal to 0: disable event management
+DAYS_BEFORE_EVENT = 30
# default id category to check on the map
DEFAULT_CATEGORIES = [1]