
commit 7b6482b4a6670fd8885cef837005ba694d49db39 Author: Christian Fromme <kaner@strace.org> Date: Mon Nov 21 19:39:21 2011 +0100 Fix email settings --- weather/settings.py | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/weather/settings.py b/weather/settings.py index 9cf0ae1..9be1462 100644 --- a/weather/settings.py +++ b/weather/settings.py @@ -7,9 +7,12 @@ DEBUG = False #set to true to see stack traces instead of standard html errors TEMPLATE_DEBUG = DEBUG ADMINS = ( - ('Tor Admins', 'torproject-admin@torproject.org'), + ('Weather Admin', 'kaner@torproject.org'), ) +# Set From: address for outgoing admin emails +SERVER_EMAIL = "weather@bahri.torproject.org" + MANAGERS = ADMINS DATABASES = {