Redirect Chinese students to a Chinese CDN for video.

This commit is contained in:
Oleg Marshev
2014-05-26 14:25:11 +03:00
parent 970d8dd2d0
commit 715fde27c4
17 changed files with 354 additions and 10 deletions

View File

@@ -10,6 +10,7 @@ class CourseMetadata(object):
The objects have no predefined attrs but instead are obj encodings of the
editable metadata.
'''
# The list of fields that wouldn't be shown in Advanced Settings.
FILTERED_LIST = ['xml_attributes',
'start',
'end',
@@ -21,6 +22,7 @@ class CourseMetadata(object):
'show_timezone',
'format',
'graded',
'video_speed_optimizations',
]
@classmethod