From 29d542a5119411d7fe801c9932fc851cf2fddd9d Mon Sep 17 00:00:00 2001 From: stephensanchez Date: Wed, 14 Jan 2015 14:41:27 +0000 Subject: [PATCH] Adding the Enrollment API as a Django App in LMS. --- lms/envs/common.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lms/envs/common.py b/lms/envs/common.py index 8623017d42..920bda542e 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -1541,6 +1541,9 @@ INSTALLED_APPS = ( # Different Course Modes 'course_modes', + # Enrollment API + 'enrollment', + # Student Identity Verification 'verify_student',