http://api.mongodb.org/python/current/tools.html
> --
> You received this message because you are subscribed to the Google Groups "mongodb-user" group.
> To post to this group, send email to mongod...@googlegroups.com.
> To unsubscribe from this group, send email to mongodb-user...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/mongodb-user?hl=en.
>
Hey! I'm just starting with Python/Django like NOW, coming from
Ruby on Rails/mongoid.
Sorry if it's a dumb question. Is it possible to use your 'driver'
with Django? How?
Thanks,
davi
It is similar to the django model system, and i know there's some people working on a nosql version of django, but i have not tested it. If i have some time i would love to try to get it working.
Short answer. No.
I currently use it with a custom tornado/mako system
Please note it requires django-nonrel, not mainline django.
http://www.allbuttonspressed.com/projects/django-nonrel
MongoEngine also includes some tools for working with django:
http://mongoengine.org/docs/v0.5/django.html
On Mon, Feb 13, 2012 at 5:18 PM, Davi Vidal <davi...@gmail.com> wrote:
I'm right now testing DRM?? (ORM) libs for python/mongo. Something i have not found is how to map or handle documents with diferent keys at orm level.
I'm testing you's right now
slothy
http://slothy_webcurriculum.
ep.io
http://qrcolors.ep.io
> 2. How i...