refactor: Completely remove Blockstore (#34739)
Blockstore and all of its (experimental) functionality has been replaced with openedx-learning, aka "Learning Core". This commit uninstalls the now-unused openedx-blockstore package and removes all dangling references to it. Note: This also removes the `copy_library_from_v1_to_v2` management command, which has been broken ever since we switched from Blockstore to Learning Core. Part of this DEPR: https://github.com/openedx/public-engineering/issues/238
This commit is contained in:
@@ -48,7 +48,7 @@ def course_context_from_course_id(course_id):
|
||||
"""
|
||||
Creates a course context from a `course_id`.
|
||||
|
||||
For newer parts of the system (i.e. Blockstore-based libraries/courses/etc.)
|
||||
For newer parts of the system (i.e. Learning-Core-based libraries/courses/etc.)
|
||||
use context_dict_for_learning_context instead of this method.
|
||||
|
||||
Example Returned Context::
|
||||
|
||||
Reference in New Issue
Block a user