adamchainz / django-cors-headers

Django app for handling the server headers required for Cross-Origin Resource Sharing (CORS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django=1.11.8,how to set the MIDDLEWARE_CLASSES?thanks....

xinnian1992 opened this issue · comments

django=1.11.8,how to set the MIDDLEWARE_CLASSES?thanks....

use MIDDLEWARE instead, as per the README

thanks