Commit 70e1c70e by Diana Huang

Move course modes to common and enable in Studio

parent e79f8c43
......@@ -355,7 +355,10 @@ INSTALLED_APPS = (
'django_comment_common',
# for course creator table
'django.contrib.admin'
'django.contrib.admin',
# for managing course modes
'course_modes'
)
################# EDX MARKETING SITE ##################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment