[cig-commits] commit: Get rid of all Leif emails

Mercurial hg at geodynamics.org
Sun Jul 3 20:04:31 PDT 2011


changeset:   15:f2255ddb10cb
user:        Walter Landry <wlandry at caltech.edu>
date:        Tue Jun 21 15:59:22 2011 -0700
files:       SeismoWebPortal/site/settings.py
description:
Get rid of all Leif emails


diff -r 7755cdf1347f -r f2255ddb10cb SeismoWebPortal/site/settings.py
--- a/SeismoWebPortal/site/settings.py	Tue Jun 21 15:58:02 2011 -0700
+++ b/SeismoWebPortal/site/settings.py	Tue Jun 21 15:59:22 2011 -0700
@@ -7,19 +7,17 @@ TEMPLATE_DEBUG = DEBUG
 
 if DEBUG:
     ADMINS = (
-        ("Leif", "leif at geodynamics.org"),
+        ("CIG Seismology Web Portal", "portal at geodynamics.org"),
         )
     MANAGERS = ADMINS
 else:
     ADMINS = (
-        ("CIG Portal", "portal at geodynamics.org"),
-        ("Boobunny", "boobunny at nabaztag.com"),
-        ("Leif", "leif at geodynamics.org"),
+        ("CIG Seismology Web Portal", "portal at geodynamics.org"),
         )
     MANAGERS = (
         ("Ariel", "ariel at geodynamics.org"),
-        ("Sue", "sue at geodynamics.org"),
-        ("CIG Portal", "portal at geodynamics.org"),
+        ("Braden", "bpellett at ucdavis.edu"),
+        ("CIG Seismology Web Portal", "portal at geodynamics.org"),
         )
 
 
@@ -96,4 +94,4 @@ INSTALLED_APPS = (
 #DEFAULT_CHARSET = 'us-ascii' # otherwise e-mails are base64-encoded
 
 DEFAULT_FROM_EMAIL = "CIG Seismology Web Portal <portal at geodynamics.org>"
-SERVER_EMAIL = "Leif Strand <leif at geodynamics.org>"
+SERVER_EMAIL = "CIG Seismology Web Portal <portal at geodynamics.org>"



More information about the CIG-COMMITS mailing list