summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index a1ccac9..6bc5175 100644
--- a/settings.py
+++ b/settings.py
@@ -8,6 +8,7 @@ TEMPLATE_DEBUG = DEBUG
ADMINS = (
('Primal Pappachan', 'primal@fossee.in'),
+ ('Parth Buch', 'parth.buch.115@gmail.com'),
)
AUTHORS = (
@@ -134,7 +135,6 @@ INSTALLED_APPS = (
#Third-Party Apps
'south',
'crispy_forms',
- 'django_extensions',
'allotter',
)
@@ -163,5 +163,8 @@ LOGGING = {
}
}
+EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
+
+
AUTH_PROFILE_MODULE = "allotter.Profile"
LOGIN_URL = '/allotter/login'