[tor-commits] [weather/master] Fix email settings

kaner at torproject.org kaner at torproject.org
Mon Nov 21 18:39:49 UTC 2011


commit 7b6482b4a6670fd8885cef837005ba694d49db39
Author: Christian Fromme <kaner at 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 at torproject.org'),
+     ('Weather Admin', 'kaner at torproject.org'),
 )
 
+# Set From: address for outgoing admin emails
+SERVER_EMAIL = "weather at bahri.torproject.org"
+
 MANAGERS = ADMINS
 
 DATABASES = {



More information about the tor-commits mailing list