Closed n4ff4h closed 1 month ago
The README shows an example of triggering a job manually via the DjangoJob admin page.
Is it possible to extend this to my own templates?
Is it possible to extend this to my own templates?
I am not sure what you are aiming for, but hope the provided example is useful.
I was wondering if I could perhaps trigger a job execution with a click of a button. Idk if this is a limitation since the apscheduler will be separated with the web server as per the recommended approach in the docs.