I am building an app with no relational DB. All data will be in flat files now and nosql dbs in future.
I plan to use django-tastypie for rest api and mostly pure python from rest api code to connect to file system 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 on having relational DB. Am i correct? 2) Does it even make sense to use Django here? Is Django appropriate technology/framework to use here? or any other python alternatives I should look at? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/4bafb35e-11fc-4268-b6bf-178df45ae921%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.

