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