Skip to content

Commit

Permalink
Removed hard-coded Adrian and Jacob in global_settings.ADMINS
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Jul 14, 2005
1 parent 2e43221 commit d3abdd8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions django/conf/global_settings.py
Expand Up @@ -12,8 +12,9 @@
# 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
Expand Down

0 comments on commit d3abdd8

Please sign in to comment.