added DEFAULT_FROM_EMAIL into settings.py.
authoranoop
Mon, 08 Mar 2010 19:49:25 +0530
changeset 212 9f6a6eaf5df3
parent 211 9e76ee8c2040
child 213 a01078a9bbcf
added DEFAULT_FROM_EMAIL into settings.py.
settings.py
--- a/settings.py	Mon Mar 08 19:40:03 2010 +0530
+++ b/settings.py	Mon Mar 08 19:49:25 2010 +0530
@@ -73,6 +73,7 @@
 )
 
 ACCOUNT_ACTIVATION_DAYS = 5
+DEFAULT_FROM_EMAIL = 'no-reply@pytask.in'
 
 LOGIN_REDIRECT_URL = '/'
 FORCE_LOWERCASE_TAGS = True