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

MongoDB and Django

2018-01-06 Thread Mark Phillips
Is anyone on the list using MongoDB with Django? I see the MongoDB-django engine is no longer in active development, so I am not sure if I want to start using it as no one is supporting it. There are other python mongodb options, and some django rest mongo options. I am curious what, if anything,

Re: tutorial on mongodb and django

2017-12-11 Thread Genzo Vandervelden
I can't say I have experience in using Django and MongoDB but you can take a look at these: - https://django-mongodb-engine.readthedocs.io/en/latest/topics/setup.html - https://django-mongodb-engine.readthedocs.io/en/latest/tutorial.html - https://github.com/django-nonrel/mongodb-eng

Re: tutorial on mongodb and django

2017-12-11 Thread Ruben Alves
I've seen someone posting here some time ago the Djongo (Django + Mongo): https://github.com/nesdis/djongo Em domingo, 10 de dezembro de 2017 19:34:18 UTC-2, Krishna Neupane escreveu: > > Hey I am trying to learn Django and wanted to implement it with mongoDB. > Are there any pointers where I co

Re: tutorial on mongodb and django

2017-12-11 Thread Jason
I would avoid mongo, because Django's ORM is explicitly designed for relations and doesn't translate well to NoSQL DBs. As an alternative, look into mysql or postgres, with a big recommendation of the latter. On Sunday, December 10, 2017 at 4:34:18 PM UTC-5, Krishna Neupane wrote: > > Hey I am

tutorial on mongodb and django

2017-12-10 Thread Krishna Neupane
Hey I am trying to learn Django and wanted to implement it with mongoDB. Are there any pointers where I could learn- anything could help from youtube videoes to tutorials. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from thi

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

MongoDB and Django

2013-08-31 Thread Timothy Makobu
Hi, Is MongoDB support coming to standard Django? regards, Tim -- 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+unsubscr...@googlegroups.com. To po