summaryrefslogtreecommitdiff
path: root/chimere/settings.sample.py
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/settings.sample.py')
-rw-r--r--chimere/settings.sample.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/chimere/settings.sample.py b/chimere/settings.sample.py
index 9afa90f..d0ffc42 100644
--- a/chimere/settings.sample.py
+++ b/chimere/settings.sample.py
@@ -52,6 +52,10 @@ CHIMERE_DISPLAY_AREAS = True
# don't forget to run the upgrade.py script to create appropriate fields in
# the database
CHIMERE_DAYS_BEFORE_EVENT = 30
+# Dated events must usualy be checked as 'front page' to be displayed
+# on front page - set CHIMERE_ALL_DATED_ARE_FRONT to True if you want to
+# display all events on front page
+CHIMERE_ALL_DATED_ARE_FRONT = False
# allow feeds
CHIMERE_FEEDS = True