We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d56adb9 commit d4f30d8Copy full SHA for d4f30d8
1 file changed
tutor/tutorsampleplugin/plugin.py
@@ -31,6 +31,15 @@
31
"RUN pip install openedx-sample-plugin",
32
))
33
34
+# ---------------------------------------------------------------------------
35
+# Migrations: Run sample_plugin migrations on init
36
37
+
38
+hooks.Filters.CLI_DO_INIT_TASKS.add_item((
39
+ "lms",
40
+ "./manage.py lms migrate sample_plugin",
41
+))
42
43
# ---------------------------------------------------------------------------
44
# Frontend: Install npm package and configure the learner-dashboard slot
45
0 commit comments