Merge pull request #20818 from edx/nadeem/OPS-4041

Defaults to common.py lms (OPS-4041)
This commit is contained in:
Nadeem Shahzad
2019-06-25 18:47:12 +05:00
committed by GitHub
4 changed files with 376 additions and 77 deletions

View File

@@ -33,6 +33,7 @@ from lms.envs.test import (
MEDIA_ROOT,
MEDIA_URL,
COMPREHENSIVE_THEME_DIRS,
ENABLE_COMPREHENSIVE_THEMING,
JWT_AUTH,
REGISTRATION_EXTRA_FIELDS,
ECOMMERCE_API_URL,
@@ -357,3 +358,5 @@ derive_settings(__name__)
############### Settings for edx-rbac ###############
SYSTEM_WIDE_ROLE_CLASSES = os.environ.get("SYSTEM_WIDE_ROLE_CLASSES", [])
DEFAULT_MOBILE_AVAILABLE = True