1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-30 03:11:11 +02:00

Clone Corres2math platform

This commit is contained in:
Yohann D'ANELLO
2020-12-27 11:49:54 +01:00
parent 3d9bd88a41
commit 03eca29316
151 changed files with 10032 additions and 0 deletions

8
tfjm.cron Normal file
View File

@ -0,0 +1,8 @@
# min hour day month weekday command
# Envoyer les mails en attente
* * * * * cd /code && python manage.py send_mail -c 1
* * * * * cd /code && python manage.py retry_deferred -c 1
0 0 * * * cd /code && python manage.py purge_mail_log 7 -c 1
# Rebuild search index
0 * * * * cd /code && python manage.py update_index -v 0