summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authoretienne2008-12-08 22:45:38 +0000
committeretienne2008-12-08 22:45:38 +0000
commit12d37073df51b099d17d43d3df16bc98ac603efd (patch)
tree34f3894ed6f24586e219af5273eff2538fa9a401 /settings.py
parenta0e093c353140308fc2fac24f1ec179e304ab3ba (diff)
Erase old polls
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index a97d0b5..52b37ec 100644
--- a/settings.py
+++ b/settings.py
@@ -7,6 +7,8 @@ DEBUG = True
TEMPLATE_DEBUG = DEBUG
BASE_SITE = 'http://localhost:8000/papillon'
+# time to live in days
+DAYS_TO_LIVE = 30
ADMINS = (
# ('Your Name', 'your_email@domain.com'),