1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-07-03 02:42:53 +02:00

Add script that checks payments from Hello Asso

This commit is contained in:
Yohann D'ANELLO
2021-01-18 23:00:39 +01:00
parent 0346df11c2
commit 00c936f909
3 changed files with 60 additions and 1 deletions

View File

@ -12,3 +12,6 @@
# Update matrix channels
*/6 * * * * cd /code && python manage.py fix_matrix_channels &> /dev/null
# Check payments from Hello Asso
*/6 * * * * cd /code && python manage.py check_hello_asso &> /dev/null