Commit 9a696556 by Jeremy Bowman

PLAT-1408 Update reference to Django's context_processors module

parent 3a892c1a
...@@ -10,7 +10,7 @@ from .aws import * ...@@ -10,7 +10,7 @@ from .aws import *
# Disable CSRF for load testing # Disable CSRF for load testing
EXCLUDE_CSRF = lambda elem: elem not in [ EXCLUDE_CSRF = lambda elem: elem not in [
'django.core.context_processors.csrf', 'django.template.context_processors.csrf',
'django.middleware.csrf.CsrfViewMiddleware' 'django.middleware.csrf.CsrfViewMiddleware'
] ]
DEFAULT_TEMPLATE_ENGINE['OPTIONS']['context_processors'] = filter( DEFAULT_TEMPLATE_ENGINE['OPTIONS']['context_processors'] = filter(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment