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'll also need custom Model Managers as well. I'm guessing there are some problems with this approach since they forked Django for a full non-relational release several versions ago. I imagine 3rd party components may also throw their own set of problems at me as well. If anyone has given this a shot before, can you share some tips or pitfalls you ran into during the process? Thanks! - Kurtis -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

