diff options
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 |