summaryrefslogtreecommitdiff
path: root/scipy2016/settings.py
diff options
context:
space:
mode:
authorkomalsheth2862016-09-30 17:31:49 +0530
committerkomalsheth2862016-09-30 17:31:49 +0530
commite9a38c975e4f6aa9cf8418924b95717d9e6672af (patch)
treef5b3fb16eeb48a11678773634ca91b0ad08cf911 /scipy2016/settings.py
parentf344ef35ec62540f90a8f4035734e3da3937bad4 (diff)
downloadSciPy2016-e9a38c975e4f6aa9cf8418924b95717d9e6672af.tar.gz
SciPy2016-e9a38c975e4f6aa9cf8418924b95717d9e6672af.tar.bz2
SciPy2016-e9a38c975e4f6aa9cf8418924b95717d9e6672af.zip
Home Page to be made live
Diffstat (limited to 'scipy2016/settings.py')
-rwxr-xr-xscipy2016/settings.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/scipy2016/settings.py b/scipy2016/settings.py
index 09c5e46..d3af3d3 100755
--- a/scipy2016/settings.py
+++ b/scipy2016/settings.py
@@ -153,3 +153,11 @@ MEDIA_URL = "/downloads/"
LOGIN_REDIRECT_URL = '/cfp'
# smtp
+
+ACCOUNT_ACTIVATION_DAYS = 7
+EMAIL_HOST = 'localhost'
+EMAIL_PORT = 1025
+EMAIL_HOST_USER = ''
+EMAIL_HOST_PASSWORD = ''
+EMAIL_USE_TLS = False
+DEFAULT_FROM_EMAIL = 'komal@gmail.com' \ No newline at end of file