Adding custom URLs

Hi, I am using tutor + OpenEdx. I have some custom Django packages(res-usable Django app) which has some custom views and URLs. I want to use it with openedx. Views and other files can be easily included by adding the package in INSTALLED_APPS which i can do it byt patching the settings(tutor plugins - openedx-common-settings).
Is there any way i can include URLs of those views by patching itself?
Basically, I want to use those views/URLs and avoid making any changes in the codebase directly.
I dint come across any such patching we can do with tutor plugins yet(not sure if have missed it).

Any help or suggestions will be appreciated.
Thank You

OpenEdx plugins provide this feature. This was not related to Tutor anyway.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.