Re: Non relational databases (MongoDB) with Django

2017-09-12 Thread Nes Dis
August 2016 13:58:31 UTC+5:30, Deep Shah wrote: > > I want to use MongoDB with Django. Which are the advisable, latest and > stable engines? > I found https://github.com/django-nonrel/mongodb-engine which requires > the non relational version of Django ( > https://github.com/dja

Re: Non relational databases (MongoDB) with Django

2016-11-09 Thread SiamDjango
I was wondering if you end up using MongoDB with Django, did you use non relational version of Django? how was your experience? On Wednesday, August 17, 2016 at 1:28:31 AM UTC-7, Deep Shah wrote: > > I want to use MongoDB with Django. Which are the advisable, latest and > stable eng

Re: Non relational databases (MongoDB) with Django

2016-08-17 Thread Jani Tiainen
r) to follow something non relational. Also, if you're not stuck at mongodb, you may find arangodb much more appealing and doing most things "right". On 17.08.2016 11:28, Deep Shah wrote: I want to use MongoDB with Django. Which are the advisable, latest and s

Re: Non relational databases (MongoDB) with Django

2016-08-17 Thread Avraham Serour
bject relational mapper) to follow >> something non relational. >> Also, if you're not stuck at mongodb, you may find arangodb much more >> appealing and doing most things "right". >> >> >> On 17.08.2016 11:28, Deep Shah wrote: >> >> I want t

Re: Non relational databases (MongoDB) with Django

2016-08-17 Thread Deep Shah
> On 17.08.2016 11:28, Deep Shah wrote: > > I want to use MongoDB with Django. Which are the advisable, latest and > stable engines? > I found https://github.com/django-nonrel/mongodb-engine which requires > the non relational version of Django ( > https://github.com/djan

Re: Non relational databases (MongoDB) with Django

2016-08-17 Thread Jani Tiainen
ngodb, you may find arangodb much more appealing and doing most things "right". On 17.08.2016 11:28, Deep Shah wrote: I want to use MongoDB with Django. Which are the advisable, latest and stable engines? I found https://github.com/django-nonrel/mongodb-engine which requires the non r

Non relational databases (MongoDB) with Django

2016-08-17 Thread Deep Shah
I want to use MongoDB with Django. Which are the advisable, latest and stable engines? I found https://github.com/django-nonrel/mongodb-engine which requires the non relational version of Django (https://github.com/django-nonrel/django/). But they have not updated the code since Django 1.6

mongodb with django

2011-10-14 Thread bedros
http://mongoengine.org/ or http://django-mongodb.org/ any ideas when django admin interface will have support for mongodb? Thanks Bedros -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googl

MongoDB with django?

2011-06-16 Thread Roy Smith
I'm exploring packages to use MongoDB with django. So far, I've found: * DjanMon (https://github.com/mdirolf/djanMon/) * Mongoengine (http://mongoengine.org) * MongoKIT * Mango * Pymongo-bongo * Mongodb-engine (https://github.com/django-mongodb-engine/mongodb- engine) * Django-no