Re: how to connect mongodb in my project,

2022-10-26 Thread 'Kasper Laudrup' via Django users
On 26/10/2022 16.52, pythoon r wrote: please help me,i've one requirement (project) django with mongodb.how to connect mongo to django .i was tried some method i cant connect how to config mongoengine,django-mongo-engine in my settings.py file

Re: how to connect mongodb in my project,

2022-10-26 Thread Lakshyaraj Dash
Postgresql is similar to MySQL (phpMyAdmin) database with some more advanced features. On Wed, Oct 26, 2022, 20:43 pythoon r wrote: > please help me,i've one requirement (project) django with mongodb.how to > connect mongo to django .i was tried some method i cant connect > how to config

Re: how to connect mongodb in my project,

2022-10-26 Thread Lakshyaraj Dash
I would prefer postgresql more thn mongodb because it's easier to use postgresql if you have a little knowledge of SQL commands and on the other hand you need json objects to deal with mongodb. Leaving all of the above content, there's a package called djongo you can use. But it has many issues

how to connect mongodb in my project,

2022-10-26 Thread pythoon r
please help me,i've one requirement (project) django with mongodb.how to connect mongo to django .i was tried some method i cant connect how to config mongoengine,django-mongo-engine in my settings.py file -- You received this message because you are subscribed to the Google Groups "Django