Skip to content

Instantly share code, notes, and snippets.

@JoaquinAcuna97
Created November 16, 2020 19:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoaquinAcuna97/8624de3ca6fc776994beb0390285bc4b to your computer and use it in GitHub Desktop.
Save JoaquinAcuna97/8624de3ca6fc776994beb0390285bc4b to your computer and use it in GitHub Desktop.
INSTALLED_APPS = (
...
'corsheaders',
...
)
MIDDLEWARE_CLASSES = (
...
'corsheaders.middleware.CorsMiddleware',
'django.middleware.common.CommonMiddleware',
...
)
CORS_ORIGIN_ALLOW_ALL = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment