diff options
Diffstat (limited to 'papillon/settings.py.tpl')
-rw-r--r-- | papillon/settings.py.tpl | 1 |
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 |