- # this is example crontab configuration
- # you'll likely need to change it to use
- # valid python version or paths to manage.py
- 15 0 * * * python manage.py prunecategories
- 25 0 * * * python manage.py buildactivepostersranking
- 25 0 * * * python manage.py clearattachments
- 25 0 * * * python manage.py clearreadtracker
- 25 0 * * * python manage.py clearsessions
- 25 0 * * * python manage.py clearsocial
- 25 0 * * * python manage.py invalidatebans
- 0 1 * * * python manage.py deletemarkedusers
|