feat: Install (sub)sections apps from openedx-learning

This commit is contained in:
Kyle D McCormick
2025-04-22 18:05:07 -04:00
committed by Kyle McCormick
parent a790d2f5ae
commit 4551aea70d
2 changed files with 4 additions and 0 deletions

View File

@@ -1863,6 +1863,8 @@ INSTALLED_APPS = [
"openedx_learning.apps.authoring.contents",
"openedx_learning.apps.authoring.publishing",
"openedx_learning.apps.authoring.units",
"openedx_learning.apps.authoring.subsections",
"openedx_learning.apps.authoring.sections",
]

View File

@@ -3361,6 +3361,8 @@ INSTALLED_APPS = [
"openedx_learning.apps.authoring.contents",
"openedx_learning.apps.authoring.publishing",
"openedx_learning.apps.authoring.units",
"openedx_learning.apps.authoring.subsections",
"openedx_learning.apps.authoring.sections",
]