We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa1eb81 commit 1e3c1aaCopy full SHA for 1e3c1aa
1 file changed
lms/envs/common.py
@@ -2020,15 +2020,8 @@
2020
2021
'openedx_events',
2022
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 )
+ # Learning Core apps that power libraries
2027
*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',
2032
]
2033
2034
# Add LMS specific optional apps
0 commit comments