aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-03-28 16:21:14 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-03-28 16:21:14 +0000
commitf00d0a2e2b7f937bae5ea0d798fba68aace1949f (patch)
tree56fffb25e269fd1c74bba2e2327bd23081f8f8a4 /settings.py
parent665e40e2c58f93071fe1b1c2844a9656de4d803d (diff)
downloadopenembedded-core-contrib-f00d0a2e2b7f937bae5ea0d798fba68aace1949f.tar.gz
Add DEFAULT_FROM_EMAIL to settings
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 298cde659f..44a825c198 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