summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-07-14 04:03:11 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-07-14 04:03:11 +0000
commitd3abdd8731962ce40c8d3220ca496e2c5399d02d (patch)
tree817fefab5a72fecf8084b1a52f188f6c0e6b10e4
parent2e4322123f61160470ef7c879470a364f5f968e7 (diff)
Removed hard-coded Adrian and Jacob in global_settings.ADMINS
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--django/conf/global_settings.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/django/conf/global_settings.py b/django/conf/global_settings.py
index 871ef95a93..4127bbdc4e 100644
--- a/django/conf/global_settings.py
+++ b/django/conf/global_settings.py
@@ -12,8 +12,9 @@ DEBUG = False
# Whether to use the "Etag" header. This saves bandwidth but slows down performance.
USE_ETAGS = False
-# people who get code error notifications
-ADMINS = (('Adrian Holovaty','aholovaty@ljworld.com'), ('Jacob Kaplan-Moss', 'jacob@lawrence.com'))
+# People who get code error notifications.
+# In the format (('Full Name', 'email@domain.com'), ('Full Name', 'anotheremail@domain.com'))
+ADMINS = ()
# These IP addresses:
# * See debug comments, when DEBUG is true