Add DEFAULT_FROM_EMAIL to settings

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
Paul Eggleton 2013-03-28 16:21:14 +00:00
parent 665e40e2c5
commit f00d0a2e2b

View File

@ -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