rename diffusions_monitor to diffusions

This commit is contained in:
bkfox
2017-04-06 17:04:49 +02:00
parent c3573867d0
commit 5dba577062
4 changed files with 8 additions and 6 deletions

View File

@ -3,8 +3,8 @@
# aircox daily tasks:
# - diffusions monitoring for the current month
cd /srv/apps/aircox/
scripts/launch_in_venv ./manage.py diffusions_monitor --update --clean --check --mode auto
scripts/launch_in_venv ./manage.py diffusions --update --clean --check --mode auto
# - diffusions monitoring for the next month
scripts/launch_in_venv ./manage.py diffusions_monitor --update --next-month --mode auto
scripts/launch_in_venv ./manage.py diffusions --update --next-month --mode auto
cd -