Add a course_groups djangoapp with a CourseUserGroup model.

This commit is contained in:
Victor Shnayder
2013-01-19 13:20:34 -05:00
committed by Victor Shnayder
parent c655f62f7a
commit 0e78eaaf80
3 changed files with 28 additions and 0 deletions

View File

@@ -577,6 +577,7 @@ INSTALLED_APPS = (
'open_ended_grading',
'psychometrics',
'licenses',
'course_groups',
#For the wiki
'wiki', # The new django-wiki from benjaoming