I have a django 1.10 app with django-cors-headers version 2.0.2. I have set up the settings like this:
ALLOWED_HOSTS = [\'*\'] CORS_ORIGIN_ALLOW_ALL = True IN