9 lines
306 B
Python
9 lines
306 B
Python
# Unified course experience settings.
|
|
|
|
# Waffle flag to enable a single unified "Course" tab.
|
|
UNIFIED_COURSE_EXPERIENCE_FLAG = 'unified_course_experience'
|
|
|
|
# Waffle flag to enable the full screen course content view
|
|
# along with a unified course home page.
|
|
UNIFIED_COURSE_VIEW_FLAG = 'unified_course_view'
|