Re: Django + MongoDB

2020-09-26 Thread yaamoussa-solution
yes you use this tuto https://bezkoder.com/django-mongodb-crud-rest-framework/.don't forget mlabmongo module is changed for atlas mongo .you can visite this url : https://devcenter.heroku.com/changelog-items/1823 Le jeu. 23 juil. 2020 à 16:01, Anh Nguyen a écrit : > Nightmares > > On

Re: Django + MongoDB

2020-07-23 Thread Anh Nguyen
Nightmares On Thu, Jul 23, 2020 at 20:38 Akshat Gupta wrote: > Hello, > > Ok, first of all, I think Django is really built for Relational databases. > Django ORM fits and works really well for RDBMS. However, the app which I > am building requires MongoDB as a database. I really tried but all

Django + MongoDB

2020-07-23 Thread Akshat Gupta
Hello, Ok, first of all, I think Django is really built for Relational databases. Django ORM fits and works really well for RDBMS. However, the app which I am building requires MongoDB as a database. I really tried but all my application needs require MongoDB. So I want to use Django for

django-mongodb-engine support

2017-03-03 Thread Husain Pansoliwala
Hi, I am accessing multiple database through django and facing one issue. That issue is explained in detail at below link: http://stackoverflow.com/questions/42412218/while-using-django-restframework-multiple-database-serializer-is-valid-always/42508704#42508704 Can I use django-mongodb

Help me kick start the ecommerce site using Django+mongodb by answering the questions.

2016-05-09 Thread Bhaskar rao
Hello everyone, We are about to start this project this week and I really need someones help to start it better. We are building an e-commerce web application using Django and mongodb and we have couple of questions to start with. 1. Can I use django.contrib.auth.user etc or or any mongo

Re: is there anybody who test this django mongodb engine ?

2015-08-18 Thread Russell Keith-Magee
goDB *at the types of problems that MongoDB is supposed to solve*. http://www.enterprisedb.com/postgres-plus-edb-blog/marc-linster/postgres-outperforms-mongodb-and-ushers-new-developer-reality > I was searching for 3rd party for using Mongo with django and I ends up > with django-mongodb-en

is there anybody who test this django mongodb engine ?

2015-08-17 Thread MahdiX
Hi folks I just start learning and using mongoDB , it's looks like a really nice replacement for mysql. I was searching for 3rd party for using Mongo with django and I ends up with django-mongodb-engine. Has anybody test it? I'm looking for personal experiences -- You received this message

Django - MongoDb failover options for a master-slave setup

2014-02-04 Thread Balkrishan Aggarwal
Hi All, I'm using MongoDB as back end for my Django web application. I am not sure how to setup an automatic django-mongodb failover mechanism. My requirement is that, when the Primary(master) node of MongoDB is down, the application should automatically switch to Secondary(Slave) node

Re: Django-MongoDb deployment at production servert

2012-12-11 Thread Chuck James
preferred way. >>> >>> >>> On Tue, Dec 11, 2012 at 11:08 PM, Sam Solomon <sss...@gmail.com> wrote: >>> >>>> I'm guessing that the problem is there are many ways to deploy Django >>>> so it's hard for anyone to give a good one-size

Re: Django-MongoDb deployment at production servert

2012-12-11 Thread yati sagade
>>> to run down the complete list of possibilities, and I'm guessing that since >>> this list is only viewed by a small percentage of Django users, that there >>> are even fewer people who have used MongoDB on this list (example: I >>> haven't used it). It might

Re: Django-MongoDb deployment at production servert

2012-12-11 Thread Chuck James
swer and also hard >> to run down the complete list of possibilities, and I'm guessing that since >> this list is only viewed by a small percentage of Django users, that there >> are even fewer people who have used MongoDB on this list (example: I >> haven't used it). I

Re: Django-MongoDb deployment at production servert

2012-12-11 Thread yati sagade
ge of Django users, that there > are even fewer people who have used MongoDB on this list (example: I > haven't used it). It might be a good idea to ask MongoDB questions on > whatever support system is available for django-MongoDB. > > As for me, I've probably learned everyth

Re: Django-MongoDb deployment at production servert

2012-12-11 Thread Sam Solomon
, that there are even fewer people who have used MongoDB on this list (example: I haven't used it). It might be a good idea to ask MongoDB questions on whatever support system is available for django-MongoDB. As for me, I've probably learned everything I know about deploying Django by googling stuff

Re: Django-MongoDb deployment at production servert

2012-12-10 Thread Chuck James
Really no one have Answer for this post, how people running big website using django, if no body knows how to deploy it. On Monday, December 10, 2012 12:32:29 PM UTC-5, Chuck James wrote: > > Hi, > > I am developing a website using Django and MongoDb ( > http://django-mongodb.org/). I

Django-MongoDb deployment at production servert

2012-12-10 Thread Chuck James
Hi, I am developing a website using Django and MongoDb (http://django-mongodb.org/). I have read lots of forums and posts but still not able to figure it out what is the best way or default way to deploy Django project on web. So I have couple of questions related to this, it will be

Re: Django MongoDB

2012-11-26 Thread Victor Manuel Quiñones Victor
Hi guys thank you Yati, this really help me. Will check right away. Cheers On Mon, Nov 26, 2012 at 2:32 AM, yati sagade wrote: > Hi. I've used django-nonrel for interfacing with the Google datastore on > appengine and I use mongoengine for the rest. I guess mongoengine

Re: Django MongoDB

2012-11-25 Thread yati sagade
Hi. I've used django-nonrel for interfacing with the Google datastore on appengine and I use mongoengine for the rest. I guess mongoengine is the recommended way to work with mongodb on django. I've set up a small example, a Twitter clone that uses mongoengine. The app can be deployed on

Re: Django MongoDB

2012-11-25 Thread Carlos Aguilar
You know which mongoengine and django-nonrel are 2 different libraries for mongodb??? Please select one and use it, but not both. Best Regards -- Carlos Aguilar Consultor Hardware y Software DWD http://www.dwdandsolutions.com http://www.houseofsysadmin.com Cel: +50378735118 USA: (301) 337-8541

Django MongoDB

2012-11-25 Thread Victor Manuel Quiñones Victor
Hi guys I'm having problems settings Django 1.4 with MongoDB. I already have installed MongoEngine and Django-nonrel from git repos, but still with problem. I read somewhere that Django 1.4 it is not full compatible with MongoDB yet? Error Message: File

django-mongodb-cache

2012-03-10 Thread Addy Yeow
Anyone managed to use django-mongodb-cache with Django >= 1.3.1? http://pypi.python.org/pypi/django-mongodb-cache It appears to have been abandoned since May/2010. Maybe there's a better alternative? -- You received this message because you are subscribed to the Google Groups "Djan

Re: Django-MongoDB

2009-12-26 Thread Peterle
so, what about GAE\BigTables? How far are we from that? On 26 Dic, 10:59, Daniel Roseman <dan...@roseman.org.uk> wrote: > On Dec 26, 12:20 am, RackFeed <rackfeedad...@gmail.com> wrote: > > > Has anybody tried using django-mongodb? What were your impressi

Django-MongoDB

2009-12-25 Thread RackFeed
Has anybody tried using django-mongodb? What were your impressions? How well/poorly does the ORM work with mongodb? I'm tired of sql nonsense and want to use mongodb but also want to keep using django. -- You received this message because you are subscribed to the Google Groups "Django