#2406: [patch] new command for management -- runjobs
-----------------------------+----------------------------------------------
 Reporter:  [EMAIL PROTECTED]  |       Owner:  adrian
     Type:  enhancement      |      Status:  new   
 Priority:  normal           |   Milestone:        
Component:  django-admin.py  |     Version:        
 Severity:  normal           |    Keywords:        
-----------------------------+----------------------------------------------
 some of my applications require maintenance tasks run on them at defined
 periods,
 to do things like emailing out reminders, archiving and things like that.
 
 so instead of creating a whole slew of cronjobs, and then providing
 install instructions etc etc etc for each one,
 
 I thought running a single command might be better, and could possibly
 become part of the default django install instructions
 
 
 $ django-admin runjobs daily
 would run all the scheduled 'daily' jobs that the apps have defined.
 
 The would define this by listening for the run_daily_jobs signal in their
 management.py file.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/2406>
Django <http://code.djangoproject.org/>
The web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" 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-updates
-~----------~----~----~----~------~----~------~--~---

Reply via email to