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