Files
edx-platform/openedx/features/course_experience/__init__.py
Andy Armstrong 25229a741b Implement course handouts
LEARNER-607
2017-04-24 17:47:47 -04:00

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'