mirror of
https://github.com/django/django.git
synced 2025-11-20 03:30:00 +00:00
Refs #36138 -- Corrected ADMINS setting format in django/conf/global_settings.py comment.
Some checks are pending
Docs / docs (push) Waiting to run
Docs / blacken-docs (push) Waiting to run
Linters / flake8 (push) Waiting to run
Linters / isort (push) Waiting to run
Linters / black (push) Waiting to run
Tests / Windows, SQLite, Python 3.13 (push) Waiting to run
Tests / JavaScript tests (push) Waiting to run
Some checks are pending
Docs / docs (push) Waiting to run
Docs / blacken-docs (push) Waiting to run
Linters / flake8 (push) Waiting to run
Linters / isort (push) Waiting to run
Linters / black (push) Waiting to run
Tests / Windows, SQLite, Python 3.13 (push) Waiting to run
Tests / JavaScript tests (push) Waiting to run
This commit is contained in:
parent
0f5b573d3d
commit
a8536e33da
1 changed files with 1 additions and 1 deletions
|
|
@ -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" <anotheremail@example.com>']
|
||||
ADMINS = []
|
||||
|
||||
# List of IP addresses, as strings, that:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue