Move course modes to common and enable in Studio

This commit is contained in:
Diana Huang
2013-08-21 09:59:15 -04:00
parent e79f8c437a
commit 70e1c70e4f
10 changed files with 4 additions and 1 deletions

View File

@@ -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 ##################################