mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Deprecated TEMPLATE_CONTEXT_PROCESSORS.
This commit is contained in:
parent
d3205e3e2e
commit
9eb4f28e89
19 changed files with 142 additions and 88 deletions
|
@ -4,7 +4,6 @@ from django.test import TestCase, override_settings
|
|||
|
||||
|
||||
@override_settings(
|
||||
TEMPLATE_CONTEXT_PROCESSORS=('django.template.context_processors.static',),
|
||||
STATIC_URL='/path/to/static/media/',
|
||||
ROOT_URLCONF='shortcuts.urls',
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue