Adding the Enrollment API as a Django App in LMS.

This commit is contained in:
stephensanchez
2015-01-14 14:41:27 +00:00
parent da9c30b207
commit 29d542a511

View File

@@ -1541,6 +1541,9 @@ INSTALLED_APPS = (
# Different Course Modes
'course_modes',
# Enrollment API
'enrollment',
# Student Identity Verification
'verify_student',