updated style of middleware to use doublequotes

This commit is contained in:
genomics-geek 2019-06-03 08:05:51 -04:00
parent 23c3ce76f7
commit 1f6ef7c4ec

View File

@ -135,7 +135,7 @@ MIDDLEWARE = [
"django.middleware.security.SecurityMiddleware",
"django.contrib.sessions.middleware.SessionMiddleware",
{ % if cookiecutter.js_task_runner == 'CreateReactApp' - %}
'corsheaders.middleware.CorsMiddleware', # SEE: https://github.com/ottoyiu/django-cors-headers#setup
"corsheaders.middleware.CorsMiddleware", # SEE: https://github.com/ottoyiu/django-cors-headers#setup
{%- endif %}
"django.middleware.locale.LocaleMiddleware",
"django.middleware.common.CommonMiddleware",