Re: django without database

2006-02-23 Thread Deepak Sarda
On 2/23/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > 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 cal

django without database

2006-02-23 Thread Deepak Sarda
Hi all, 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 Dj