django-apscheduler
django-apscheduler copied to clipboard
Trigger scheduled job to be executed manually
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.
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?