Kaydet (Commit) d3abdd87 authored tarafından Adrian Holovaty's avatar Adrian Holovaty

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
üst 2e432212
...@@ -12,8 +12,9 @@ DEBUG = False ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment