diff options
author | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2008-12-08 22:45:38 +0000 |
---|---|---|
committer | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2008-12-08 22:45:38 +0000 |
commit | 12d37073df51b099d17d43d3df16bc98ac603efd (patch) | |
tree | 34f3894ed6f24586e219af5273eff2538fa9a401 /settings.py | |
parent | a0e093c353140308fc2fac24f1ec179e304ab3ba (diff) | |
download | Papillon-12d37073df51b099d17d43d3df16bc98ac603efd.tar.bz2 Papillon-12d37073df51b099d17d43d3df16bc98ac603efd.zip |
Erase old polls
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 2 |
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'), |