P
P
pROCKrammer2010-10-31 13:34:25
Django
pROCKrammer, 2010-10-31 13:34:25

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

3 answer(s)
D
DeusModus, 2010-10-31
@pROCKrammer

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/

K
KKS, 2010-11-09
@KKS

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.

G
Grunichev, 2010-10-31
@Grunichev

Django-nonrel supports backend for mongo
www.allbuttonspressed.com/blog/django/2010/05/MongoDB-backend-for-Django-nonrel-released

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question