From f7aeab077874d33fc99354661bfeedf508c292b3 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Thu, 28 May 2015 13:39:05 +0800 Subject: cron: Move patchwork-cron script to a management command Signed-off-by: Jeremy Kerr --- docs/INSTALL | 4 +--- docs/NEWS | 7 +++++++ 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'docs') 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 diff --git a/docs/NEWS b/docs/NEWS index 792fc61..d1342b1 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -1,3 +1,10 @@ +== Cron script changes == + +The patchwork cron script has been moved to a manage.py command. Instead +of running patchwork-cron.py, run: + + ./manage.py cron + == Upgrading to 3b8a61c == Recent commits have changed a few admin-visible components of patchwork, so -- cgit v1.2.3