Python/Django newbie question: I need to create a cron job that fetches json data from a URL, parses it (presumably using simplejson) and then load the data into my database using the Django models I've defined.
I'm having trouble finding any tips, examples, or documentation on how to do this... any help is greatly appreciated.
-- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.