We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f4b8d commit 749daebCopy full SHA for 749daeb
1 file changed
tutor-contrib-sample/tutorsample/plugin.py
@@ -47,6 +47,10 @@
47
"lms",
48
"./manage.py lms migrate openedx_plugin_sample",
49
))
50
+hooks.Filters.CLI_DO_INIT_TASKS.add_item((
51
+ "cms",
52
+ "./manage.py cms migrate openedx_plugin_sample",
53
+))
54
55
# ---------------------------------------------------------------------------
56
# Frontend: Install npm package and configure the learner-dashboard slot
0 commit comments