3 lines
120 B
Plaintext
3 lines
120 B
Plaintext
# Exécute la tâche cron toutes les heures
|
|
* * * * * cd /app && python /app/manage.py runcrons > /var/log/runcrons.log
|