Adding to urls.py using Tutor Plugin

@kottab,

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:

  1. creating a cookiecutter-django-app
    from the above linked project and adding the additional urls in the AppConfig object.

  2. then adding it as a requirement in to the tutor config’s private.txt

  3. 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