diff options
Diffstat (limited to 'project')
-rw-r--r-- | project/production.py | 2 | ||||
-rw-r--r-- | project/settings.py | 4 | ||||
-rw-r--r-- | project/templates/notifications/activate_mail.html | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/project/production.py b/project/production.py index 6a91665..1104c24 100644 --- a/project/production.py +++ b/project/production.py @@ -29,8 +29,6 @@ INSTALLED_APPS = ( 'registration', ) -ACCOUNT_ACTIVATION_DAYS = 55 - DATABASE_ENGINE = 'mysql' DATABASE_NAME = 'conference2009' DATABASE_USER = 'root' diff --git a/project/settings.py b/project/settings.py index e52c1bf..4dea6e7 100644 --- a/project/settings.py +++ b/project/settings.py @@ -75,4 +75,6 @@ TEMPLATE_CONTEXT_PROCESSORS = ( '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 diff --git a/project/templates/notifications/activate_mail.html b/project/templates/notifications/activate_mail.html index 53e8cde..ea4d54a 100644 --- a/project/templates/notifications/activate_mail.html +++ b/project/templates/notifications/activate_mail.html @@ -1,4 +1,4 @@ -Hello everyone, +Hello {{ name }}, There has been a delay in activating your account since we were still smoothening the organization details for SciPy.in 2009. Apologies for this. This mail describes the steps to complete the registration process |