from config.env import env CORS_ALLOWED_ORIGINS = env.list('CORS_ALLOWED_ORIGINS') CSRF_TRUSTED_ORIGINS = env.list('CSRF_TRUSTED_ORIGINS')