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:
parent
0f5b573d3d
commit
a8536e33da
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user