mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2024-12-13 02:10:49 +01:00
Fix example cron task for create_escalation_exclusions
This commit is contained in:
parent
af3bf1889a
commit
208abd41f3
4
README
4
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user