I\'m trying to allow CORS in my app, so that my cross-domain javascript client can access my API, I\'ve installed django-cors-headers. And I\'m now trying to add the middlew
This issue says that django-cors-headers is no longer supported, and suggests using django-cors-middleware instead.