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

@@ -0,0 +1,4 @@
from ratelimitbackend import admin
from course_modes.models import CourseMode
admin.site.register(CourseMode)