Re: Putting external web service accesses into models.py?

2009-01-02 Thread Malcolm Tredinnick
On Wed, 2008-12-24 at 20:41 -0800, Jeff Hammerbacher wrote: > Hey, > > I'm building a web applications that pulls all of its data from an > external web service rather than from a managed database. The > documentation for the model layer in Django seems to assume you're > retrieving application i

Putting external web service accesses into models.py?

2008-12-24 Thread Jeff Hammerbacher
Hey, I'm building a web applications that pulls all of its data from an external web service rather than from a managed database. The documentation for the model layer in Django seems to assume you're retrieving application information from a database. Can anyone point me to a resource that descri