common problem, but a pretty straightforward solution. You can run a script via cron that imports and uses Django bits as you like - we do that quite often. Just make sure you have your environment set up appropriately when you invoke the script - adding in the proper PYTHONPATH and such.
-joe On 8/23/07, John Menerick <[EMAIL PROTECTED]> wrote: > Inside my django app, regardless of the events of my django-application, I > would like to call a method every minute. Since Django is heavily event > driven, I'm at a loss as how to make this work. I'm looking for a way to > make this happen. Any ideas? > > > > John Menerick > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---