Nothing successful as of yet on my end. From what i understand this is done via django plugins.
Edx provides several cookie cutter projects to develop this, but i haven’t gotten it working in my case.
Theoretically, it should boil down to:
-
creating a
cookiecutter-django-app
from the above linked project and adding the additional urls in the AppConfig object. -
then adding it as a requirement in to the tutor config’s
private.txt
-
and running
tutor images build openedx
to install it within the container
In my attempts I’ve run into several dependency/requirement issues that i haven’t been able to resolve, so i have yet to be successful at this, but i do believe this is essentially the process.
Sorry I cannot be more helpful