Add Configuration Models for HLS Playback Feature.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user