jcass77 / django-apscheduler

APScheduler for Django
MIT License
669 stars 97 forks source link

Trigger scheduled job to be executed manually #184

Closed n4ff4h closed 1 month ago

n4ff4h commented 1 year ago

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.

jcass77 commented 1 year ago

The README shows an example of triggering a job manually via the DjangoJob admin page.

n4ff4h commented 1 year ago

Is it possible to extend this to my own templates?

jcass77 commented 1 month ago

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.