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 Django.

Specifically, I wish to use Django provided URL dispatch, Templates and
Caching mechanisms without using a database. In the not absolutely
needed but would be nice to have category are Syndication app, Generic
Views, Forms and Sessions in decreasing order of need.

Is it possible? I still want to use models - how is model definition
affected. (I don't care for the admin interface for these projects.)

I don't mind if Django needs a DB for some internal state storage and
is happy with using a sqlite store.

Is there any documentation out there which shows how to do this kind of
stuff? 

Thanks,

deepak.


--~--~---------~--~----~------------~-------~--~----~
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