Re: Integrating NoSQL-persisted custom Models

2013-05-24 Thread Alir3z4
On Friday, May 24, 2013 10:22:45 AM UTC+4, Russell Keith-Magee wrote: > You might get some traction using django-nonrel, but I can't comment on how well it works. It's a fork of Django 1.3 ..., I have an app up & running with django-nonrel 1.5, it's in beta but works perfectly with no problem, a

Re: Integrating NoSQL-persisted custom Models

2013-05-23 Thread Russell Keith-Magee
On Fri, May 24, 2013 at 1:26 PM, Kurtis wrote: > A project I am working on uses a hybrid SQL/NoSQL data backend. > > I'd like to build custom Models which "behave" exactly like the > traditional Django Models but are tied into my MongoDB backend. > > Where should I start to make sure I cover all

Integrating NoSQL-persisted custom Models

2013-05-23 Thread Kurtis
A project I am working on uses a hybrid SQL/NoSQL data backend. I'd like to build custom Models which "behave" exactly like the traditional Django Models but are tied into my MongoDB backend. Where should I start to make sure I cover all bases? Implementing my own instance Model? I imagine I'l