cookiecutter-openedx / openedx-plugin-example

Python-Django scaffolding for common use cases
GNU Affero General Public License v3.0
14 stars 7 forks source link

Unknown Command #14

Closed jkariscodes closed 1 year ago

jkariscodes commented 1 year ago

Hi. This is an awesome repository for extending Open edX base functionality. I am having an issue with the following instruction:

tutor local run lms ./manage.py lms openedx_plugin_init

which shows the following output

Unknown command: 'openedx_plugin_init'

As shown in the following screenshot

image

I am testing it in a local deployment using WSL following the documentation's instructions.

lpm0073 commented 1 year ago

Hi @jkariscodes , what exactly was the cause of this error? was it related in any way to deploying Palm?

jkariscodes commented 1 year ago

@lpm0073 I realized it was caused by missing the requirements for the OpenedX plugin. Thank you for creating a guide on adding functionality to OpenedX using Django apps. Therefore it has nothing to do with Palm.