changeset 23 | 3cb3f853a193 |
parent 22 | 2294c71a61ea |
child 36 | a658305c5fa5 |
--- a/project/settings.py Wed Nov 11 15:28:46 2009 +0530 +++ b/project/settings.py Wed Nov 11 15:36:08 2009 +0530 @@ -75,4 +75,6 @@ 'django.core.context_processors.media', 'project.kiwipycon.context_processors.sponsors') -DEFAULT_FROM_EMAIL = 'admin@scip.in' \ No newline at end of file +DEFAULT_FROM_EMAIL = 'admin@scip.in' + +ACCOUNT_ACTIVATION_DAYS = 55 \ No newline at end of file