From f00d0a2e2b7f937bae5ea0d798fba68aace1949f Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 28 Mar 2013 16:21:14 +0000 Subject: [PATCH] Add DEFAULT_FROM_EMAIL to settings Signed-off-by: Paul Eggleton --- settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/settings.py b/settings.py index 298cde6..44a825c 100644 --- a/settings.py +++ b/settings.py @@ -171,6 +171,7 @@ LOGGING = { # Registration settings ACCOUNT_ACTIVATION_DAYS = 2 EMAIL_HOST = 'smtp.example.com' +DEFAULT_FROM_EMAIL = 'noreply@layers.openembedded.org' LOGIN_REDIRECT_URL = '/layerindex' # Full path to directory where layers should be fetched into by the update script