commit 7b6482b4a6670fd8885cef837005ba694d49db39
Author: Christian Fromme <[email protected]>
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', '[email protected]'),
+     ('Weather Admin', '[email protected]'),
 )
 
+# Set From: address for outgoing admin emails
+SERVER_EMAIL = "[email protected]"
+
 MANAGERS = ADMINS
 
 DATABASES = {

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to