On 2/23/06, Deepak Sarda <[EMAIL PROTECTED]> wrote: > I've read the tutorials and have come away with the impression that > using Django pretty much implies that one is creating a DB-backed > website. I hope that's not the case! > > I have a couple of projects in mind that don't need databases but could > well use some of the framework elements in Django.
Hi Deepak, The pieces of Django -- database access, template system, URL dispatching -- are completely decoupled, so you can indeed write a Django site that doesn't use a database. To do this, just write your views and don't make any database calls; it's simple. :) Adrian -- Adrian Holovaty holovaty.com | djangoproject.com | chicagocrime.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---