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