Monday, September 2, 2013

Re: MongoDB and Django


On Sat, Aug 31, 2013 at 6:22 PM, Timothy Makobu <makobu.mwambiriro@gmail.com> wrote:
Hi,

Is MongoDB support coming to standard Django?
 
There's nothing official being planned, and I'm not aware of any active efforts to add the features to Django's core.

Christiano pointed you at some third-party projects that have attempted to integrate MongoDB into Django; I can't comment on how well they work, or how well they're being maintained.

It's also worth pointing out that even if there isn't official Django support for MongoDB, you can still use Django. You just can't use anything ORM related, but you can still use Django's URL routing, forms, middlewares, cache layers, email tools, and so on. When you need to touch actual data, you use the native MongoDB APIs.

Yours,
Russ Magee %-)

--
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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment