Fixed #35797 -- Removed debug context processor from default project template.

This commit is contained in:
Marc Gibbons 2024-09-30 15:52:28 -04:00 committed by GitHub
parent 73e8e81141
commit 6765b6adf9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 3 additions and 6 deletions

View file

@ -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",