Thanks for the suggestion, Tom. However, I would like to stay away from a database at this point. The information I need to present comes from an existing database which I have to access through the XML I was talking about.
I plan to write another post very soon about the various ways to integrate Django with external systems. I do see the beauty of Django when one is starting from scratch on a project, but I am very interested to use it as a piece in a more complex set-up. Paul tomass wrote: > Another approach might be to simply run this as an independent process > (from cron, or whatever) and use django's ORM from within that script > to update the database which can then be viewed in your web app. > > I've done this quite successfully with some of my apps. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

