On Nov 24, 2009, at 1:28 AM, Elyrwen wrote: > My application > will not use database, but will use webservices to get data and then > process it.
It can be challenging to excise all of the uses of the database from a Django application. Since you'll be caching the results of your web services operations locally, perhaps cache them in a local database, such as SQLite? You could, then, subclass Model in such a way as to populate the cache on demand. -- -- Christophe Pettus x...@thebuild.com -- 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.