diff --git a/lms/envs/common.py b/lms/envs/common.py index 95c20fa4a4..bc2abad464 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',