Re: Automated Processes

2012-03-03 Thread creecode
On Friday, March 2, 2012 8:48:57 PM UTC-8, Russell Keith-Magee wrote: Seriously -- Django is good at what it does, but just because you've got a > really good hammer, it doesn't mean every problem is a nail. The task you > describe sounds like almost exactly what cron scripts are designed to >

Re: Automated Processes

2012-03-02 Thread Scott Macri
Awsome, cron it is! Thanks. :) On Fri, Mar 2, 2012 at 11:48 PM, Russell Keith-Magee wrote: > > On 03/03/2012, at 4:10 AM, Scott Macri wrote: > >> I'm trying to figure out the best way to create an automated in a >> python/django web application.  My intention is to send an email >> message in t

Re: Automated Processes

2012-03-02 Thread Russell Keith-Magee
On 03/03/2012, at 4:10 AM, Scott Macri wrote: > I'm trying to figure out the best way to create an automated in a > python/django web application. My intention is to send an email > message in the future based on the given future date/time. What is > the best approach to do this? > > I was thi

Re: Automated Processes

2012-03-02 Thread Jamie Lawrence
On Mar 2, 2012, at 12:10 PM, Scott Macri wrote: > I'm trying to figure out the best way to create an automated in a > python/django web application. My intention is to send an email > message in the future based on the given future date/time. What is > the best approach to do this? > > I was t

Re: Automated Processes

2012-03-02 Thread Scott Macri
Sorry, that should read "create an automated process". On Fri, Mar 2, 2012 at 3:10 PM, Scott Macri wrote: > I'm trying to figure out the best way to create an automated in a > python/django web application.  My intention is to send an email > message in the future based on the given future date/t

Automated Processes

2012-03-02 Thread Scott Macri
I'm trying to figure out the best way to create an automated in a python/django web application. My intention is to send an email message in the future based on the given future date/time. What is the best approach to do this? I was thinking of creating a cron job and a python script, but I woul