On 9/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > That might work, if I were smart enough to figure it out... but I think > all I'm trying to do is make bookxml.Items a class, so I can treat it > as I would other classes. > > I think. > It looks like your hardcoding the search terms in the request your submitting to Amazon. Do the results change often? Do you really want to re-request that with each and every page view on your site? While you could cache the xml file localy and work from that, perhaps you should consider creating a model in your db and then use a script run from a cron job (using django db api) to update the db every so often. That way you can easly acces the data as you would any other django model.
I believe that is how most people display their del.icio.us/ma.gnolia.com links in their blogs and it works fine. Perhaps you should check some of the source code that has been made available for ideas.(you'll have to do some searching, it doesn't look like anyone has compliled a list of those on the wiki - unless I missed it) -- ---- Waylan Limberg [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---