diff options
author | Leif Johansson <leifj@sunet.se> | 2011-02-23 15:45:40 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-02-23 15:45:40 +0100 |
commit | ecbe0f380cce9f3f497c3652bc06151cb3ea7c79 (patch) | |
tree | c99f6f4b37c1f39282b5771ccf97f6d2001528b1 /coip/settings.py | |
parent | 6244610d840806418bf774bf771b8af28b3a19e0 (diff) |
more mail parameters
Diffstat (limited to 'coip/settings.py')
-rw-r--r-- | coip/settings.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/coip/settings.py b/coip/settings.py index 6a62af4..e7f7374 100644 --- a/coip/settings.py +++ b/coip/settings.py @@ -31,6 +31,9 @@ LANGUAGE_CODE = 'us-en' SITE_ID = 1 +PREFIX_URL = 'http://localhost:8000' +NOREPLY = 'noreply@localhost' + # If you set this to False, Django will make some optimizations so as not # to load the internationalization machinery. USE_I18N = True |