Merge branch 'tim_fix' into 'dev'

Tim fix

See merge request spatial/postamates!60
dev
Timofey Malinin 3 years ago
commit 13aaf0940e

@ -133,7 +133,7 @@ MEDIA_ROOT = os.path.join(BASE_DIR, 'django_media')
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_ORIGIN_ALLOW = True

Loading…
Cancel
Save