Hi!
I am playing with plugins in tutor, and I want to create a receiver for Django Signals. At this point everything is fine, the problem comes because I do not know where to connect my plugin entry point together with the hook.
I have created a python package, and I can install it using tutor into Open edX -it seems it works-, but I have a receiver to hook the Django signal -with some dummy logic- and I do not know how to install/setup into Open edX, or where it should be declared into Open edX⊠when I understand how it should be integrated I guess I will understand how to modify the plugin (patch, hook,âŠ) I have just created.
Any help is welcomed, thanks!