Answer the question
In order to leave comments, you need to log in
Django + MongoDB?
Actually a question. How can I make Django work with MongoDB or noSQL databases in general.
Thanks
Answer the question
In order to leave comments, you need to log in
Here the guys bring a demo project
www.mongodb.org/pages/viewpage.action?pageId=3047815
blog.montylounge.com/2010/02/11/integrating-mongodb-and-django/
mongoengine.org/ An
ORM wrapper for pymongo, very similar to the standard django ORM, but requires the creation of models that are different from django, but this does not harm the project at all. It also contains authorization backends, so you can use the standard django authorization mechanism (most of the features are supported, such as @login_required decorators), storing accounts and sessions in mongodb.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question