Merge pull request #6615 from edx/sanchez/add_enrollment_as_app

Adding the Enrollment API as a Django App in LMS.
This commit is contained in:
Stephen Sanchez
2015-01-14 11:20:18 -05:00

View File

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