Skip to content

Commit 1e3c1aa

Browse files
committed
temp: remove unnecessary LMS installed apps modification
1 parent fa1eb81 commit 1e3c1aa

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

lms/envs/common.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2020,15 +2020,8 @@
20202020

20212021
'openedx_events',
20222022

2023-
# The openedx_learning apps require contentstore, modulestore_migrator,
2024-
# content.search, and content_staging to be in INSTALLED_APPS. If they are
2025-
# not here and LMS migrations are run before CMS migrations, it will cause
2026-
# errors (certain openedx_learning apps )
2023+
# Learning Core apps that power libraries
20272024
*openedx_learning_apps_to_install(),
2028-
# 'cms.djangoapps.contentstore',
2029-
# 'cms.djangoapps.modulestore_migrator',
2030-
# 'openedx.core.djangoapps.content.search',
2031-
# 'openedx.core.djangoapps.content_staging',
20322025
]
20332026

20342027
# Add LMS specific optional apps

0 commit comments

Comments
 (0)