mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +00:00
Fixed #35797 -- Removed debug context processor from default project template.
This commit is contained in:
parent
73e8e81141
commit
6765b6adf9
6 changed files with 3 additions and 6 deletions
|
|
@ -324,7 +324,6 @@ Open your settings file (:file:`mysite/settings.py`, remember) and add a
|
|||
"APP_DIRS": True,
|
||||
"OPTIONS": {
|
||||
"context_processors": [
|
||||
"django.template.context_processors.debug",
|
||||
"django.template.context_processors.request",
|
||||
"django.contrib.auth.context_processors.auth",
|
||||
"django.contrib.messages.context_processors.messages",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue