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
This commit is contained in:
Adrian Holovaty 2005-07-14 04:03:11 +00:00
parent 2e4322123f
commit d3abdd8731
1 changed files with 3 additions and 2 deletions

View File

@ -12,8 +12,9 @@ DEBUG = False
# Whether to use the "Etag" header. This saves bandwidth but slows down performance. # Whether to use the "Etag" header. This saves bandwidth but slows down performance.
USE_ETAGS = False USE_ETAGS = False
# people who get code error notifications # People who get code error notifications.
ADMINS = (('Adrian Holovaty','aholovaty@ljworld.com'), ('Jacob Kaplan-Moss', 'jacob@lawrence.com')) # In the format (('Full Name', 'email@domain.com'), ('Full Name', 'anotheremail@domain.com'))
ADMINS = ()
# These IP addresses: # These IP addresses:
# * See debug comments, when DEBUG is true # * See debug comments, when DEBUG is true