# HG changeset patch # User Bryan O'Sullivan # Date 1255931710 25200 # Node ID 9ba99e6dc2555d74d121308673be2a5750eb9cf9 # Parent 3a8e7acc026ab195c63cfcce26983b1ef3a989db Stop people from spamming me by accident. diff -r 3a8e7acc026a -r 9ba99e6dc255 web/hgbook/settings.py --- a/web/hgbook/settings.py Thu Sep 10 14:52:11 2009 -0700 +++ b/web/hgbook/settings.py Sun Oct 18 22:55:10 2009 -0700 @@ -6,7 +6,7 @@ TEMPLATE_DEBUG = DEBUG ADMINS = ( - ("Bryan O'Sullivan", 'bos@serpentine.com'), + ("Bryan O'Sullivan", 'bos@localhost'), ) MANAGERS = ADMINS