From ecbe0f380cce9f3f497c3652bc06151cb3ea7c79 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Wed, 23 Feb 2011 15:45:40 +0100 Subject: more mail parameters --- coip/settings.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'coip/settings.py') 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 -- cgit v1.1