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.

As Malcolm pointed out earlier in this thread, the latest Django trunk
comes with an "examples" directory that contains a few example views
that don't use the database.

It's almost absurd to have to explain this -- if you want to use
Django without a database, uh, just don't use any models! :) It's the
same basic premise as: If you want to make a Web page that doesn't
display blinking bright-red text, don't use blinking bright-red text.
If you don't want to receive a letter from yourself in the mail, don't
send yourself a letter in the mail. :)

Adrian

-- 
Adrian Holovaty
holovaty.com | djangoproject.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-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
-~----------~----~----~----~------~----~------~--~---

Reply via email to