refactor: update to use Learning Core's new public API
This also bumps our openedx-learning dependency to 0.10.0 (the first version with the new openedx_learning.api package).
This commit is contained in:
@@ -1881,9 +1881,9 @@ INSTALLED_APPS = [
|
||||
'openedx_events',
|
||||
|
||||
# Learning Core Apps, used by v2 content libraries (content_libraries app)
|
||||
"openedx_learning.core.components",
|
||||
"openedx_learning.core.contents",
|
||||
"openedx_learning.core.publishing",
|
||||
"openedx_learning.apps.authoring.components",
|
||||
"openedx_learning.apps.authoring.contents",
|
||||
"openedx_learning.apps.authoring.publishing",
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user