On 7/23/06, Ian Holsman <[EMAIL PROTECTED]> wrote: > this patch doesn't implement 'cron' or anything like that. > it just makes it easier to define jobs which the application needs run on a > regular basis
If your goal is to cut crontab entries from five to one, just create a single script that does the five things you need it to do; then point crontab at it. :) Adrian -- Adrian Holovaty holovaty.com | djangoproject.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---
