work on theme and translations

This commit is contained in:
bkfox
2017-12-14 15:56:40 +01:00
parent 01325a258a
commit 9ad47b795a
11 changed files with 738 additions and 794 deletions

15
scripts/cron Executable file
View File

@ -0,0 +1,15 @@
#! /bin/sh
# aircox daily tasks:
# - diffusions monitoring for the current month
cd /srv/apps/aircox/
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 --update --next-month --mode auto
cd -
# - archiver monitoring for the next month
scripts/launch_in_venv ./manage.py archiver -a 90
cd -