summaryrefslogtreecommitdiffstats
path: root/docs/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'docs/INSTALL')
-rw-r--r--docs/INSTALL4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/INSTALL b/docs/INSTALL
index 9630ad7..611fbb4 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -255,9 +255,7 @@ in brackets):
Something like this in your crontab should work:
# m h dom mon dow command
- PYTHONPATH=.
- DJANGO_SETTINGS_MODULE=patchwork.settings.production
- */10 * * * * cd patchwork; python patchwork/bin/patchwork-cron.py
+ */10 * * * * cd patchwork; ./manage.py cron
- the frequency should be the same as the NOTIFICATION_DELAY_MINUTES