Scheduler to run

hello

I want to run schedules task on every 15th date of month. So what I have to specify in hooks?

In hooks.py of your custom app add this line "0 5 15 * * “commande” (15th of every month at 5 am) and define your function.