Re: scheduling in future

2012-01-10 Thread Mike Dewhirst
On 11/01/2012 4:09pm, Donald Casson wrote: I would take a peek at celery and the eta function. It allows you to specify the task as specified in tasks.py with an eta to the run_asynchronous method. Hope this helps. Looking it up as we speak Thanks Mike Cheers Don On Jan 11, 2012 2:31 PM

Re: scheduling in future

2012-01-10 Thread Donald Casson
I would take a peek at celery and the eta function. It allows you to specify the task as specified in tasks.py with an eta to the run_asynchronous method. Hope this helps. Cheers Don On Jan 11, 2012 2:31 PM, "Mike Dewhirst" wrote: > What is the best way to schedule future events in Django? > >

Re: scheduling in future

2012-01-10 Thread Wen 温业逵Yekui
about sending email,you can utilize the libary function of django to do so 2012/1/11 Wen 温业逵Yekui > when you get the request of that user,you can get the "date" about the > user from database ,then check if that date is today > > > 2012/1/11 Mike Dewhirst > >> What is the best way to schedule f

Re: scheduling in future

2012-01-10 Thread Wen 温业逵Yekui
when you get the request of that user,you can get the "date" about the user from database ,then check if that date is today 2012/1/11 Mike Dewhirst > What is the best way to schedule future events in Django? > > I have a table with future dates and user info. When date==today I want > Django to

scheduling in future

2012-01-10 Thread Mike Dewhirst
What is the best way to schedule future events in Django? I have a table with future dates and user info. When date==today I want Django to send an email to that user. Ideas? Thanks Mike -- You received this message because you are subscribed to the Google Groups "Django users" group. To p