Commit 31764b59 by stephensanchez Committed by Zia Fazal

Adding the Enrollment API as a Django App in LMS.

parent 214fe821
......@@ -1579,6 +1579,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