我实现了django-allauth,来自/ accounts的默认模板工作正常。但是当我实现自定义模板并从angular调用url / accounts / google / login时会抛出错误
No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:9000' is therefore not allowed access.
我在django 1.10中运行我的服务器。
我尝试实现django-cors-middleware但它仍然会引发同样的错误。
是否有方法或自定义中间件来修复它?