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