Message ID | 20120517215411.12286.79449.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_server/settings/debian.py' --- lava_server/settings/debian.py 2012-02-15 21:52:35 +0000 +++ lava_server/settings/debian.py 2012-04-05 04:28:45 +0000 @@ -74,5 +74,10 @@ # URL of the page you get redirected to after logging in LOGIN_REDIRECT_URL = debian_settings.LOGIN_REDIRECT_URL +# The email address that error messages come from, such as those sent to +# ADMINS and MANAGERS. +if debian_settings.get_setting("SERVER_EMAIL"): + SERVER_EMAIL = debian_settings.get_setting("SERVER_EMAIL") + # Load extensions loader.contribute_to_settings(locals(), debian_settings)