diff --git a/django/conf/global_settings.py b/django/conf/global_settings.py index a414d1428c..bd758bfcc4 100644 --- a/django/conf/global_settings.py +++ b/django/conf/global_settings.py @@ -22,7 +22,7 @@ DEBUG = False DEBUG_PROPAGATE_EXCEPTIONS = False # People who get code error notifications. In the format -# [('Full Name', 'email@example.com'), ('Full Name', 'anotheremail@example.com')] +# ["email@example.com", '"Full Name" '] ADMINS = [] # List of IP addresses, as strings, that: