dev
Timofey Malinin 3 years ago
parent 222c1b1684
commit 2647c06bf1

@ -133,7 +133,7 @@ MEDIA_ROOT = os.path.join(BASE_DIR, 'django_media')
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField' DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
CORS_ORIGIN_ALLOW_ALL = True # If this is used then `CORS_ORIGIN_WHITELIST` will not have any effect CORS_ALLOW_ALL_ORIGINS = True # If this is used then `CORS_ORIGIN_WHITELIST` will not have any effect
CORS_ALLOW_CREDENTIALS = True CORS_ALLOW_CREDENTIALS = True
CORS_ORIGIN_ALLOW = True CORS_ORIGIN_ALLOW = True

Loading…
Cancel
Save