1
0
mirror of https://github.com/django/django.git synced 2025-09-10 11:09:12 +00:00

Refs #36138 -- Corrected ADMINS setting format in django/conf/global_settings.py comment.

This commit is contained in:
Mike Edmunds 2025-07-21 17:17:49 -07:00 committed by Sarah Boyce
parent 0f5b573d3d
commit a8536e33da

View File

@ -22,7 +22,7 @@ DEBUG = False
DEBUG_PROPAGATE_EXCEPTIONS = False DEBUG_PROPAGATE_EXCEPTIONS = False
# People who get code error notifications. In the format # People who get code error notifications. In the format
# [('Full Name', 'email@example.com'), ('Full Name', 'anotheremail@example.com')] # ["email@example.com", '"Full Name" <anotheremail@example.com>']
ADMINS = [] ADMINS = []
# List of IP addresses, as strings, that: # List of IP addresses, as strings, that: