We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa00eb commit 2de9278Copy full SHA for 2de9278
settings/dev.py.sample
@@ -18,7 +18,7 @@ DATABASES = {
18
ACCOUNT_DEFAULT_HTTP_PROTOCOL = 'http'
19
20
TEMPLATES[0]['OPTIONS']['context_processors'].extend([
21
- "django.core.context_processors.debug",
+ "django.template.context_processors.debug",
22
])
23
24
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
settings/test_settings.py
@@ -16,7 +16,7 @@
16
}
17
TEMPLATES[0]["OPTIONS"]["context_processors"].extend(
- ["django.core.context_processors.debug",]
+ ["django.template.context_processors.debug",]
)
EMAIL_BACKEND = "django.core.mail.backends.console.EmailBackend"
0 commit comments