Skip to content
Snippets Groups Projects
Commit 9a696556 authored by Jeremy Bowman's avatar Jeremy Bowman
Browse files

PLAT-1408 Update reference to Django's context_processors module

parent 3a892c1a
Branches
Tags
No related merge requests found
......@@ -10,7 +10,7 @@ from .aws import *
# Disable CSRF for load testing
EXCLUDE_CSRF = lambda elem: elem not in [
'django.core.context_processors.csrf',
'django.template.context_processors.csrf',
'django.middleware.csrf.CsrfViewMiddleware'
]
DEFAULT_TEMPLATE_ENGINE['OPTIONS']['context_processors'] = filter(
......
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