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 /django/conf/project_template | |
| parent | 73e8e811416dcb5007ad9cc9d1632aaca95bf302 (diff) | |
Fixed #35797 -- Removed debug context processor from default project template.
Diffstat (limited to 'django/conf/project_template')
| -rw-r--r-- | django/conf/project_template/project_name/settings.py-tpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/conf/project_template/project_name/settings.py-tpl b/django/conf/project_template/project_name/settings.py-tpl index 3b6caab333..5631ec9a31 100644 --- a/django/conf/project_template/project_name/settings.py-tpl +++ b/django/conf/project_template/project_name/settings.py-tpl @@ -58,7 +58,6 @@ TEMPLATES = [ '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', |
