Changes between Version 13 and Version 14 of ScrumBurndownPlugin


Ignore:
Timestamp:
Aug 15, 2006, 7:54:02 PM (18 years ago)
Author:
Sam Bloomquist
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ScrumBurndownPlugin

    v13 v14  
    3636
    3737==== Pycron/cron job ====
    38 Download the this file: attachment:burndown_job.py and place it into a directory where you can run it with python.  For example, "C:\Python23\Scripts\"
     38Download the this file: attachment:burndown_job.py and place it into a directory where you can run it with python.  For example,
     39{{{
     40C:\Python23\Scripts\
     41}}}
    3942
    4043Set up a job to run the burndown_job.py script once a day.  I personally am using Windows, so I used pycron.  Here is an example pycron tab file to run the job at noon on weekdays: attachment:crontab.txt