summaryrefslogtreecommitdiff
path: root/papillon/settings.py.tpl
diff options
context:
space:
mode:
authorÉtienne Loks2011-10-25 01:13:25 +0200
committerÉtienne Loks2011-10-25 01:13:25 +0200
commit023f8571e1386a08e25d779252c221ca939d1f1d (patch)
treefb438eab21ff42eb026201cb130b77898d2ddf90 /papillon/settings.py.tpl
parent229e7616b16ee1f316b9a9ab5442631ff5033668 (diff)
Allow disabling frontpage polls (closes #311)
Diffstat (limited to 'papillon/settings.py.tpl')
-rw-r--r--papillon/settings.py.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/papillon/settings.py.tpl b/papillon/settings.py.tpl
index b40a37e..f83dcb2 100644
--- a/papillon/settings.py.tpl
+++ b/papillon/settings.py.tpl
@@ -15,6 +15,7 @@ BASE_SITE = SERVER_URL + EXTRA_URL
TINYMCE_URL = 'http://localhost/tinymce/'
MAX_COMMENT_NB = 10 # max number of comments by poll - 0 to disable comments
+ALLOW_FRONTPAGE_POLL = False # disabled is recommanded for public instance
# time to live in days
DAYS_TO_LIVE = 30