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:
@@ -1541,6 +1541,9 @@ INSTALLED_APPS = (
|
||||
# Different Course Modes
|
||||
'course_modes',
|
||||
|
||||
# Enrollment API
|
||||
'enrollment',
|
||||
|
||||
# Student Identity Verification
|
||||
'verify_student',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user