Skip to content

Commit 749daeb

Browse files
committed
fix: Migrate CMS too, in the tutor plugin
1 parent a9f4b8d commit 749daeb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tutor-contrib-sample/tutorsample/plugin.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
"lms",
4848
"./manage.py lms migrate openedx_plugin_sample",
4949
))
50+
hooks.Filters.CLI_DO_INIT_TASKS.add_item((
51+
"cms",
52+
"./manage.py cms migrate openedx_plugin_sample",
53+
))
5054

5155
# ---------------------------------------------------------------------------
5256
# Frontend: Install npm package and configure the learner-dashboard slot

0 commit comments

Comments
 (0)