Re: django with no relational db?

2014-01-22 Thread Tim Chase
On 2014-01-22 09:07, Rafael E. Ferrero wrote: >> I will have web pages, d3.js, authenticated users and sessions. > > Are you tried nikola ? maybe works for > you... its for flatpages. While I will say that I love a lot of things about Nikola, it doesn't meet the OP's

Re: django with no relational db?

2014-01-22 Thread Rafael E. Ferrero
t; functionality of Django than just using Django without a relational DB. > > There are plenty of other Python frameworks. Flask is worth a look. > > You may get a better answer if we knew why you are using the file system > and nosql. > > > On Wednesday, January 22, 2014 8:26:

Re: django with no relational db?

2014-01-22 Thread graeme
of the functionality of Django than just using Django without a relational DB. There are plenty of other Python frameworks. Flask is worth a look. You may get a better answer if we knew why you are using the file system and nosql. On Wednesday, January 22, 2014 8:26:49 AM UTC+5:30, devash wrote: > > &

Re: django with no relational db?

2014-01-21 Thread Alex Mandel
and non relational backend python > api. I do not plan to use Django ORM. > > I will have web pages, d3.js, authenticated users and sessions. > > 1) Is it even possible to use Django without relational DB? > > I noticed many of Django's core app like auth and session depend o

django with no relational db?

2014-01-21 Thread devash
. I will have web pages, d3.js, authenticated users and sessions. 1) Is it even possible to use Django without relational DB? I noticed many of Django's core app like auth and session depend on having relational DB. Am i correct? 2) Does it even make sense to use Django here? Is Django