[BangPypers] Django + NoSQL

Noufal Ibrahim noufal at gmail.com
Wed Apr 20 19:46:47 CEST 2011


On Wed, Apr 20 2011, Anush Shetty wrote:

> Hi All,
>
> What is the most preferred NoSQL engine with Django here. Would like
> to hear out some experiences.

[...]

You could just let Django use it's own ORM and relational backend and
then use any of the popular bindings to one of the non relational
systems and use that in your app. You won't have tight coupling with
Djano and all that but that's an advantage (atleast in my opinion).

-- 


More information about the BangPypers mailing list