diff options
author | hg@fossee.in | 2009-12-16 22:27:22 +0530 |
---|---|---|
committer | hg@fossee.in | 2009-12-16 22:27:22 +0530 |
commit | 885670ee221ec8f926073233c43edb1ebbec5583 (patch) | |
tree | 4bdb764c36448540be6b9288d25b88e3cb9ef777 /project/settings.py | |
parent | 9b069aff7c30ba2a2092073892965a1e0a55f935 (diff) | |
download | scipycon-885670ee221ec8f926073233c43edb1ebbec5583.tar.gz scipycon-885670ee221ec8f926073233c43edb1ebbec5583.tar.bz2 scipycon-885670ee221ec8f926073233c43edb1ebbec5583.zip |
All changes freeze along with Apache static file serving.
Diffstat (limited to 'project/settings.py')
-rw-r--r-- | project/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/settings.py b/project/settings.py index c27b042..0719814 100644 --- a/project/settings.py +++ b/project/settings.py @@ -77,4 +77,4 @@ TEMPLATE_CONTEXT_PROCESSORS = ( DEFAULT_FROM_EMAIL = 'admin@scipy.in' -ACCOUNT_ACTIVATION_DAYS = 55
\ No newline at end of file +ACCOUNT_ACTIVATION_DAYS = 55 |