Browse Source

added small help comment to cron

Rafał Pitoń 8 years ago
parent
commit
fef28121b8
1 changed files with 5 additions and 1 deletions
  1. 5 1
      misago/project_template/cron.txt

+ 5 - 1
misago/project_template/cron.txt

@@ -1,4 +1,8 @@
+# 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 buildactivepostersranking
 15 0 * * * python manage.py buildactivepostersranking
 15 0 * * * python manage.py clearsessions
 15 0 * * * python manage.py clearsessions
 15 0 * * * python manage.py invalidatebans
 15 0 * * * python manage.py invalidatebans
-15 0 * * * python manage.py prunecategories
+15 0 * * * python manage.py prunecategories