We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66912c6 commit 0bc36beCopy full SHA for 0bc36be
1 file changed
tutor-contrib-sample/tutorsample/plugin.py
@@ -27,10 +27,11 @@
27
# installs the base Open edX requirements. Plugins installed here are
28
# available in both LMS and CMS containers.
29
30
-hooks.Filters.ENV_PATCHES.add_item((
31
- "openedx-dockerfile-post-python-requirements",
32
- "RUN pip install platform-plugin-sample",
33
-))
+# @@TODO: reinstate once published
+#hooks.Filters.ENV_PATCHES.add_item((
+# "openedx-dockerfile-post-python-requirements",
+# "RUN pip install platform-plugin-sample",
34
+#))
35
36
# ---------------------------------------------------------------------------
37
# Migrations: Run platform_plugin_sample migrations on init
0 commit comments