Tastypie with Django and MongoDB. How to query subdocuments

2014-04-02 Thread Juan M. Mendez
Hello, I made this question with more details on stackoverflow: https://stackoverflow.com/questions/22792828/best-subdocument-structure-to-query-django-tastypie-with-mongodb-backend It could be summarized on this: I want to create an structure with Django and Tastypie that allows to have doc

Re: Django and MongoDB

2012-10-26 Thread Mando
you could use pymongo http://api.mongodb.org/python/current/ On Friday, October 26, 2012 3:41:27 AM UTC-5, mh wrote: > > Hi, > what is the current recommendation for using MongoDB with Django? I know > about the django-nonrel project, but it bases on Django 1.3, and we're > heading to Django 1.5

Django and MongoDB

2012-10-26 Thread mh
Hi, what is the current recommendation for using MongoDB with Django? I know about the django-nonrel project, but it bases on Django 1.3, and we're heading to Django 1.5 in few weeks, with ubercool custom User feature. Anyone would like to share ideas? Regards, Mateusz -- You received this me