Application management

Application cache

To clear images and zip archives cache run first command. Old files will be deleted if hole size will be bigger than user available. To remove users cache directories run second.
python manage.py clearcache
python manage.py clearcache full
It is better to run first command every hour. Open crontab file and add line to the end.
sudo vim /etc/crontab
00 *  * * *     believe   python  /home/believe/viewer/manage.py clearcache