Re: MongoDB and Django

2018-01-07 Thread Etienne Robillard
Hi, My recommendation is to check out libschevo. [1] It is compatible with Durus and ZODB databases and support schema migrations in Pure python. cheers, Etienne 1. https://www.isotopesoftware.ca/documentation/libschevo/ Le 2018-01-07 à 03:34, Jani Tiainen a écrit : Hi, You can use Mongo

Re: MongoDB and Django

2018-01-07 Thread Jani Tiainen
Hi, You can use MongoDB with Django just fine. Though, you won't get any ORM integration. If you're not bound to MongoDB yet personally I would suggest to take a look at ArangoDB. It doesn't have ORM integration either but in my opinion it's much better than MongoDB. It has many SQL-like features

Re: MongoDB and Django

2013-09-02 Thread Christiano Anderson
Russ, you are right! I have used Django MongoDB Engine. It works fine, but requires an older version of Django and can't be updated. Some Django features (like many-to-many, some admin features or strong ORM related) doesn't work fine with MongoDB (and makes sense, it is NoSQL). Today this is not

Re: MongoDB and Django

2013-09-02 Thread Russell Keith-Magee
On Sat, Aug 31, 2013 at 6:22 PM, Timothy Makobu 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 at

Re: MongoDB and Django

2013-08-31 Thread Christiano Anderson
It is not supported by default. Check django-nonrel and django-mongodb-engine projects. I am not sure if these projects are still available. On 31 August 2013 05:22, Timothy Makobu wrote: > Hi, > > Is MongoDB support coming to standard Django? > > regards, > Tim > > -- > You received this mess