diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2015-05-28 13:39:05 +0800 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2015-05-28 13:42:11 +0800 |
commit | f7aeab077874d33fc99354661bfeedf508c292b3 (patch) | |
tree | 729ba784609e430f7b1a679b9b532ecac9732551 /docs/NEWS | |
parent | 8bd43901bccb34f545a1a686b44339ccdb5f44c7 (diff) | |
download | patchwork-f7aeab077874d33fc99354661bfeedf508c292b3.tar.bz2 patchwork-f7aeab077874d33fc99354661bfeedf508c292b3.tar.xz |
cron: Move patchwork-cron script to a management command
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'docs/NEWS')
-rw-r--r-- | docs/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |