From 208abd41f3ab8b4eb840e5a969d1557491217508 Mon Sep 17 00:00:00 2001 From: Ross Poulton Date: Wed, 2 Feb 2011 11:59:43 +0000 Subject: [PATCH] Fix example cron task for create_escalation_exclusions --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 0dff2a53..799802d5 100644 --- a/README +++ b/README @@ -175,9 +175,9 @@ the current version of django-helpdesk working. 5. If you wish to exclude some days (eg, weekends) from escalation calculations, enter the dates manually via the Admin, or setup a cronjob to run - scripts/create_escalation_exclusions on a regular basis: + the create_escalation_exclusions management command on a regular basis: - 0 0 * * 0 /path/to/helpdesksite/manage.py create_escalation_exclusions.py --days saturday,sunday --escalate-verbosely + 0 0 * * 0 /path/to/helpdesksite/manage.py create_escalation_exclusions --days saturday,sunday --escalate-verbosely This will, on a weekly basis, create exclusions for the coming weekend.