hgbook

changeset 871:9ba99e6dc255

Stop people from spamming me by accident.
author Bryan O'Sullivan <bos@serpentine.com>
date Sun Oct 18 22:55:10 2009 -0700 (2009-10-18)
parents 3a8e7acc026a
children 102f89d20be1 fb9eed54548a
files web/hgbook/settings.py
line diff
     1.1 --- a/web/hgbook/settings.py	Thu Sep 10 14:52:11 2009 -0700
     1.2 +++ b/web/hgbook/settings.py	Sun Oct 18 22:55:10 2009 -0700
     1.3 @@ -6,7 +6,7 @@
     1.4  TEMPLATE_DEBUG = DEBUG
     1.5  
     1.6  ADMINS = (
     1.7 -    ("Bryan O'Sullivan", 'bos@serpentine.com'),
     1.8 +    ("Bryan O'Sullivan", 'bos@localhost'),
     1.9  )
    1.10  
    1.11  MANAGERS = ADMINS