On 5/12/06, Karl Fast <[EMAIL PROTECTED]> wrote: > > Can anyone point me to examples of django apps that either do not use > a database, or use it for only part of the app? Looking for source. > > I'm specifically interested in examples with models that use other > persistence backends (like a config file), and the associated > views and templates.
If you want to do that, you may want to write a model backend which complies with DBAPI, I think. The models stuff is pretty compelling and you'll reinvent a big wheel if you have a somewhat complex non-RDB data store without the models to back it. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---