Add Configuration Models for HLS Playback Feature.

This commit is contained in:
Qubad786
2017-04-19 23:34:00 +05:00
parent cc330a8c25
commit b2cfad1650
12 changed files with 334 additions and 6 deletions

View File

@@ -230,9 +230,6 @@ FEATURES = {
# Whether or not the dynamic EnrollmentTrackUserPartition should be registered.
'ENABLE_ENROLLMENT_TRACK_USER_PARTITION': False,
# Fetch `hls` profile from edx-val or not
'ENABLE_HLS_VIDEO_PROFILE': False,
}
ENABLE_JASMINE = False
@@ -937,6 +934,9 @@ INSTALLED_APPS = (
# Self-paced course configuration
'openedx.core.djangoapps.self_paced',
# Video module configs (This will be moved to Video once it becomes an XBlock)
'openedx.core.djangoapps.video_config',
# django-oauth2-provider (deprecated)
'provider',
'provider.oauth2',