3 lines
113 B
Plaintext
3 lines
113 B
Plaintext
# Exécute la tâche cron toutes les heures
|
|
*/5 * * * * /app/python manage.py runcrons > /var/logs/runcrons.logs
|