Commit 18e211ff by Stephen Sanchez

Merge pull request #6615 from edx/sanchez/add_enrollment_as_app

Adding the Enrollment API as a Django App in LMS.
parents a4ed1323 29d542a5
......@@ -1541,6 +1541,9 @@ INSTALLED_APPS = (
# Different Course Modes
'course_modes',
# Enrollment API
'enrollment',
# Student Identity Verification
'verify_student',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment