diff options
| author | Marc Gibbons <1726961+marcgibbons@users.noreply.github.com> | 2024-09-30 15:52:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-30 16:52:28 -0300 |
| commit | 6765b6adf924c1bc8792a4a454d5a788c1abc98e (patch) | |
| tree | 66defb5e0eb5d54acca6daf4f4758edb31ef71e3 /docs/intro/tutorial07.txt | |
| parent | 73e8e811416dcb5007ad9cc9d1632aaca95bf302 (diff) | |
Fixed #35797 -- Removed debug context processor from default project template.
Diffstat (limited to 'docs/intro/tutorial07.txt')
| -rw-r--r-- | docs/intro/tutorial07.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/intro/tutorial07.txt b/docs/intro/tutorial07.txt index e0c87be898..60a5c43bb3 100644 --- a/docs/intro/tutorial07.txt +++ b/docs/intro/tutorial07.txt @@ -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", |
