From 547fbf564bd98a2cd9f43c562b36b82056edca6f Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Thu, 6 Aug 2020 08:14:54 +0200 Subject: [PATCH] Add cron to refresh highlighted buttons --- note.cron | 2 ++ 1 file changed, 2 insertions(+) diff --git a/note.cron b/note.cron index c8723857..3aeea476 100644 --- a/note.cron +++ b/note.cron @@ -17,3 +17,5 @@ 00 8 6 * * root cd /var/www/note_kfet && env/bin/python manage.py send_mail_to_negative_balances --report # Envoyer les rapports aux gens 55 6 * * * root cd /var/www/note_kfet && env/bin/python manage.py send_reports +# Envoyer les rapports aux gens + 00 9 * * * root cd /var/www/note_kfet && env/bin/python manage.py refresh_highlighted_buttons