I'm not sure about admin integration but there are two apps out there
that handle task scheduling.

http://code.google.com/p/django-cron/

http://code.google.com/p/django-jits/

On Sat, Jul 12, 2008 at 9:53 AM, Chris <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I'm a newbie to Django, and I'm trying to find the best way to create
> a recurring scheduled task. I'd like to run a script that periodically
> downloads an RSS feed and updates records in the database. I can do
> this "outside" Django with Cron and a script that uses the standalone
> ORM, but is there any way to incorporate this into admin so I can see
> what tasks are run and when?
>
> Thanks,
> Chris
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to