diff options
author | anoop | 2010-03-08 19:49:25 +0530 |
---|---|---|
committer | anoop | 2010-03-08 19:49:25 +0530 |
commit | f610f5da45e82a0e590690cd721fb352b83d3c7a (patch) | |
tree | c83fad723b6b5c788176ee3eec75e4f5753cf30e | |
parent | b2f51a45533874319d57a5d255cbc0ec0eeac147 (diff) | |
download | pytask-f610f5da45e82a0e590690cd721fb352b83d3c7a.tar.gz pytask-f610f5da45e82a0e590690cd721fb352b83d3c7a.tar.bz2 pytask-f610f5da45e82a0e590690cd721fb352b83d3c7a.zip |
added DEFAULT_FROM_EMAIL into settings.py.
-rw-r--r-- | settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.py b/settings.py index bf0fad4..64168ae 100644 --- a/settings.py +++ b/settings.py @@ -73,6 +73,7 @@ TEMPLATE_DIRS = ( ) ACCOUNT_ACTIVATION_DAYS = 5 +DEFAULT_FROM_EMAIL = 'no-reply@pytask.in' LOGIN_REDIRECT_URL = '/' FORCE_LOWERCASE_TAGS = True |