Настроить на DEV нормальную работу курсов

remotes/origin/ga-ecommerce-gleb
gzbender 6 years ago
parent c87a7a1689
commit 6ddffe6540
  1. 2
      project/settings.py

@ -406,7 +406,7 @@ except ImportError:
# CORS settings # CORS settings
if DEBUG: if DEBUG or DEV_SERVER:
CORS_ORIGIN_ALLOW_ALL = True CORS_ORIGIN_ALLOW_ALL = True
else: else:
CORS_ORIGIN_WHITELIST = os.getenv( CORS_ORIGIN_WHITELIST = os.getenv(

Loading…
Cancel
Save