Re: counting issue i use mongodb why show always 0

2024-02-19 Thread Shivam Kumar
Use is_seen=False instead of is_seen__in=[False] On Mon, Feb 19, 2024, 3:00 PM Armaan Alam wrote: > queryset = Notification.objects.filter(is_seen__in=[False]).count() > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from

Re: counting issue i use mongodb why show always 0

2024-02-19 Thread ABDUL HAFEEZ
can you show model notification? On Monday, February 19, 2024 at 2:30:14 PM UTC+5 Armaan Alam wrote: > queryset = Notification.objects.filter(is_seen__in=[False]).count() > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from th

Re: counting issue i use mongodb why show always 0

2024-02-19 Thread Muhammad Juwaini Abdul Rahman
How do you connect django to mongodb? On Mon, 19 Feb 2024 at 17:29, Armaan Alam wrote: > queryset = Notification.objects.filter(is_seen__in=[False]).count() > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. &

counting issue i use mongodb why show always 0

2024-02-19 Thread Armaan Alam
queryset = Notification.objects.filter(is_seen__in=[False]).count() -- 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

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 https://www.mongodb.com/compatibility/mo

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 mongoen

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 m

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 use

Re: Migrate to mongodb is failing

2022-09-12 Thread Ryan Nowakowski
On September 12, 2022 7:38:21 AM EST, "Fábio Barboza de Freitas" wrote: >I'm trying to migrate the django tables to mongo, but it is the error I get: > >Applying contenttypes.0002_remove_content_type_name...This version of >djongo does not support "DROP CASCADE" fully. Visit >https://nesdis.

Migrate to mongodb is failing

2022-09-12 Thread Fábio Barboza de Freitas
I'm trying to migrate the django tables to mongo, but it is the error I get: Applying contenttypes.0002_remove_content_type_name...This version of djongo does not support "DROP CASCADE" fully. Visit https://nesdis.github.io/djongo/support/ Traceback (most recent call last): File "/home/fabio/

Re: 如何在Django4.0.6中使用MongoDB数据库

2022-08-01 Thread Hella thor
- Friendly environment: you can learn python & django from core. >- Daily Python Assignment exercise. > > > Thank you for your consideration, I look forward to hearing from you and > hope to see you at our WhatsApp python group. > > > > > > On Wed, 20 Jul 2022

Re: 如何在Django4.0.6中使用MongoDB数据库

2022-08-01 Thread Hella thor
x27;password', > 'authSource': 'db-name', > 'authMechanism': 'SCRAM-SHA-1' > }, > 'LOGGING': { > 'version': 1, > 'loggers': { > 'djongo': { > 'level': 'DEBUG', > 'propa

Re: 如何在Django4.0.6中使用MongoDB数据库

2022-08-01 Thread Satyajit Barik
forward to hearing from you and hope to see you at our WhatsApp python group. On Wed, 20 Jul 2022 at 8:18 AM, Hella thor wrote: > Hi guys > 我查询了很多的资料,发现Django无法很好的连接MongoDB(该数据库在其他的服务器中),我需要解决如下问题: > > 1、在settings.py文件中设置连接MongoDB,需要密码 > 2、在models.py文件中建立模型 > 3、在views.py中进行数据

Re: MongoDB connection with django

2022-07-31 Thread Juergen Hauser
Just in case someone is still interested in an answer ( after 6 month ?) pip install pytz (its missing in djongo package) pip install pymongo==3.12.3 python manage.py makemigrations python manage.py migrate this solution was provided in : github pymongo

Re: 如何在Django4.0.6中使用MongoDB数据库

2022-07-31 Thread Juergen Hauser
7;db-username', 'password': 'password', 'authSource': 'db-name', 'authMechanism': 'SCRAM-SHA-1' }, 'LOGGING': { 'version': 1, 'loggers': { 'djongo': { 'level': 'DEBUG&#x

如何在Django4.0.6中使用MongoDB数据库

2022-07-19 Thread Hella thor
Hi guys 我查询了很多的资料,发现Django无法很好的连接MongoDB(该数据库在其他的服务器中),我需要解决如下问题: 1、在settings.py文件中设置连接MongoDB,需要密码 2、在models.py文件中建立模型 3、在views.py中进行数据的读写操作 我尝试了在python中进行连接,但是我不知道如何在Django中进行连接MongoDB,以下是我的环境配置信息: python==3.9.0 django==4.0.6 pymongo==4.1.1 mongoengine==0.24.1 DATABASE [image: 0220720104558

Re: MongoDB connection with django

2022-01-18 Thread Kasper Laudrup
On 18/01/2022 11.37, Sai Kiran Mekala wrote: Same brother , Which brother? I tried with mongoengine still persist with same exception error . I don't think it's possible for us to communicate. Maybe someone else can help. Kind regards, Kasper Laudrup -- You received this message becau

Re: MongoDB connection with django

2022-01-18 Thread Sai Kiran Mekala
Jan 2022, 15:53 Kasper Laudrup, wrote: > >> On 18/01/2022 03.44, Sai Kiran Mekala wrote: >> > Yes , I was notified with the same error but I was unable to connect >> > MongoDB , djongo isn't available . I already installed djongo ( module) >> > using pip.pl

Re: MongoDB connection with django

2022-01-18 Thread Sai Kiran Mekala
Same brother , I tried with mongoengine still persist with same exception error . Thanks , Saikiran On Tue, 18 Jan 2022, 15:53 Kasper Laudrup, wrote: > On 18/01/2022 03.44, Sai Kiran Mekala wrote: > > Yes , I was notified with the same error but I was unable to connect > > M

Re: MongoDB connection with django

2022-01-18 Thread Kasper Laudrup
On 18/01/2022 03.44, Sai Kiran Mekala wrote: Yes , I was notified with the same error but I was unable to connect MongoDB , djongo isn't available . I already installed djongo ( module) using pip.please suggest I was assigned a task to connect MongoDB with django. So when you chec

Re: MongoDB connection with django

2022-01-17 Thread Sai Kiran Mekala
Yes , I was notified with the same error but I was unable to connect MongoDB , djongo isn't available . I already installed djongo ( module) using pip.please suggest I was assigned a task to connect MongoDB with django. Thanks Saikiran On Mon, 17 Jan 2022, 23:02 Kasper Laudrup, wrote: &g

Re: MongoDB connection with django

2022-01-17 Thread Kasper Laudrup
On 17/01/2022 12.09, Sai Kiran Mekala wrote: Hi All, Can someone please assist to connect mongodb with django where I was notified an error django.core.exceptions.ImproperlyConfigured: 'djongo' isn't an available database backend or couldn't be imported. Check the abov

MongoDB connection with django

2022-01-17 Thread Sai Kiran Mekala
Hi All, Can someone please assist to connect mongodb with django where I was notified an error django.core.exceptions.ImproperlyConfigured: 'djongo' isn't an available database backend or couldn't be imported. Check the above exception. To use one of the built-i

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 > &g

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 reall

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

RE: connect to mongodb

2020-05-21 Thread Vishesh Mangla
NoSQL databases vs SQL databases. What to choose? MongoDB is a NoSQL database. Features include fast searching but slow insertion deletion operations upto what I remember. You can google on “what to choose between SQL and NoSQL databases”. It depends on what kind of operations the system would be

Re: connect to mongodb

2020-05-21 Thread saifullah khan
ok thanks On Fri, 22 May 2020 at 02:13, Vishesh Mangla wrote: > NoSQL databases vs SQL databases. What to choose? MongoDB is a NoSQL > database. Features include fast searching but slow insertion deletion > operations upto what I remember. You can google on “what to choose between

RE: connect to mongodb

2020-05-21 Thread Vishesh Mangla
NoSQL databases vs SQL databases. What to choose? MongoDB is a NoSQL database. Features include fast searching but slow insertion deletion operations upto what I remember. You can google on “what to choose between SQL and NoSQL databases”. It depends on what kind of operations the system would be

connect to mongodb

2020-05-21 Thread saifullah khan
how can integrate mongodb with django. And is it a good idea? -- 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.co

Re: Problem extracting month Djongo / MongoDB

2020-03-24 Thread Eswar Subramanyam
Does someone have any idea of any other groups on which i can get help on my question ? Thanks. BR Es. Le lundi 23 mars 2020 16:14:37 UTC+1, Eswar Subramanyam a écrit : > > I am using MongoDB as underlying DB with Django. > > pipeline = { > '

Problem extracting month Djongo / MongoDB

2020-03-23 Thread Eswar Subramanyam
I am using MongoDB as underlying DB with Django. pipeline = { 'price' : Sum('price'), 'month' : ExtractMonth('dateValue'), } queryset = ListingBooks.objects.values('dateValue','typeBook').an

Re: MongoDB Connection Error with Python

2019-11-11 Thread Kasper Laudrup
Hi Abhishek, On 11/11/2019 15.19, 'Abhishek Sharma' via Django users wrote: Error## Traceback (most recent call last):   File "self.py", line 36, in     db=instance.getDBObject('techcraft')   File "self.py", line 28, in getDBObject     connection = getMongoConnetion()

MongoDB Connection Error with Python

2019-11-11 Thread 'Abhishek Sharma' via Django users
class MongoConnect(object): def __init__(self,HOST,PORT,DB,USERNAME,PASSSWORD): self.HOST=HOST self.PORT=PORT self.USERNAME=USERNAME self.PASSSWORD=PASSSWORD self.DB=DB def getMongoConnetion(self): client= MongoClient(self.HOST, self.PORT, username=self.USERNAME, password=self.PASSSWORD) return cl

Re: Djongo and mongodb

2019-11-07 Thread dupakoor kannan
Hi, Hope these links will be helpful https://www.youtube.com/watch?v=iKB_4HWKMCc https://medium.com/@ksarthak4ever/how-to-use-django-with-mongodb-40ba36a21124 https://www.freecodecamp.org/news/using-django-with-mongodb-by-adding-just-one-line-of-code-c386a298e179/ Kannan On Thu, Nov 7, 2019

Re: Djongo and mongodb

2019-11-07 Thread vineet daniel
You need to share code or error. Hard to say anything in response to bery generic queries. On Thu, 7 Nov 2019, 18:05 Amit Agarwal, wrote: > Hi friends, > I am using Djongo to connect to MongoDB. > > But I am not able to connect it to existing collection. > > Can u all plz gu

Djongo and mongodb

2019-11-07 Thread Amit Agarwal
Hi friends, I am using Djongo to connect to MongoDB. But I am not able to connect it to existing collection. Can u all plz guide how to do this, or guide me with a useful link. Also is Djongo good or are there any better framework to use Thanks -- You received this message because you are

Re: Please help us to connect django with MongoDB

2019-11-01 Thread Kasper Laudrup
Hi Abhishek, On 01/11/2019 08.55, 'Abhishek Sharma' via Django users wrote: Please help us to connect django with MongoDB Here is what I found when doing a simple search: https://django-mongodb-engine.readthedocs.io/en/latest/ https://developer.ibm.com/tutorials/os-django-mongo/

Please help us to connect django with MongoDB

2019-11-01 Thread 'Abhishek Sharma' via Django users
Please help us to connect django with MongoDB -- The information in this e-mail and any attachments is confidential and may be legally privileged. It is intended solely for the addressee or addressee's. If you are not an intended recipient, please delete the message an

Re: MongoDB Connect with Django

2019-09-29 Thread Jani Tiainen
Hi. Personally I even would try to use any special backend that tries to map non-relational database with tool (ORM) that is meant for relational database. You can connect to mongodb just fine with plain python connector and read data from there. You don't need anything magical for it

Re: MongoDB Connect with Django

2019-09-28 Thread 'Abhishek Sharma' via Django users
Error during connecting Django with MongoDB, Please help on it. django.core.exceptions.ImproperlyConfigured: 'django_mongodb_engine' isn't an available database backend. Try using 'django.db.backends.XXX', where XXX is one of: 'mysql', 'oracle', &

Re: MongoDB Connect with Django

2019-09-27 Thread Kasper Laudrup
On September 27, 2019 3:56:03 PM GMT+02:00, 'Abhishek Sharma' via Django users wrote: >Hi Guy, > >My question is, I'm trying to connect mongodb from localhost using >dango >freamwork. > >Realy greatfull if any budy help on it. > >Regards, >Abhis

Re: MongoDB Connect with Django

2019-09-27 Thread 'Abhishek Sharma' via Django users
Hi Guy, My question is, I'm trying to connect mongodb from localhost using dango freamwork. Realy greatfull if any budy help on it. Regards, Abhishek On Fri, Sep 27, 2019, 6:43 PM Kasper Laudrup wrote: > > > On 27/09/2019 14.47, 'Abhishek Sharma' via Django users w

Re: MongoDB Connect with Django

2019-09-27 Thread DANIEL URBANO DE LA RUA
here you have a screen capture for you too see how it works. and you have the documentations El viernes, 27 de septiembre de 2019, 13:55:00 (UTC+2), Abhishek Sharma escribió: > > Hi, > > Pls help out me on database connect established between django and mongodb. > > i'm

Re: MongoDB Connect with Django

2019-09-27 Thread DANIEL URBANO DE LA RUA
El viernes, 27 de septiembre de 2019, 13:55:00 (UTC+2), Abhishek Sharma escribió: > > Hi, > > Pls help out me on database connect established between django and mongodb. > > i'm trying to connect from localhost to establish. > > Thanks, > > > >

Re: MongoDB Connect with Django

2019-09-27 Thread DANIEL URBANO DE LA RUA
https://django-mongodb-engine.readthedocs.io/en/latest/ it is ease to do is like another connection with another data base El viernes, 27 de septiembre de 2019, 13:55:00 (UTC+2), Abhishek Sharma escribió: > > Hi, > > Pls help out me on database connect established between django

Re: MongoDB Connect with Django

2019-09-27 Thread Kasper Laudrup
On 27/09/2019 14.47, 'Abhishek Sharma' via Django users wrote: Thanku! Kasper but i didn't find a solution Then it would probably be easier for people to help you with a solution if you started by clarifying what your problem is... Kind regards, Kasper Laudrup -- You received this mess

Re: MongoDB Connect with Django

2019-09-27 Thread 'Abhishek Sharma' via Django users
Thanku! Kasper but i didn't find a solution On Friday, September 27, 2019 at 5:38:09 PM UTC+5:30, Kasper Laudrup wrote: > > Hi, > > On 27/09/2019 13.40, 'Abhishek Sharma' via Django users wrote: > > > > Pls help out me on database connect es

Re: MongoDB Connect with Django

2019-09-27 Thread Kasper Laudrup
Hi, On 27/09/2019 13.40, 'Abhishek Sharma' via Django users wrote: Pls help out me on database connect established between django and mongodb. i'm trying to connect from localhost to establish. Have you had a look at this?: https://django-mongodb-engine.readthedocs.io/en/la

MongoDB Connect with Django

2019-09-27 Thread 'Abhishek Sharma' via Django users
Hi, Pls help out me on database connect established between django and mongodb. i'm trying to connect from localhost to establish. Thanks, -- -- The information in this e-mail and any attachments is confidential and may be legally privileged. It is intended solely fo

Re: Postgres along with Mongodb

2019-08-12 Thread carlos
http://www.aptuz.com/blog/is-postgres-nosql-database-better-than-mongodb/ https://www.enterprisedb.com/es/nosql-overview On Mon, Aug 12, 2019 at 10:45 PM Suraj Thapa FC wrote: > Sir, how can I implement it..? > > On Mon, 12 Aug, 2019, 8:10 PM Jani Tiainen, wrote: > >> Hi.

Re: Postgres along with Mongodb

2019-08-12 Thread Suraj Thapa FC
Sir, how can I implement it..? On Mon, 12 Aug, 2019, 8:10 PM Jani Tiainen, wrote: > Hi. > > Yes you can. Of course since mongodb isn't relational database you get > best experience by using native python api to mongodb and Django orm for > postgres. > > > ma 12. elo

Re: Postgres along with Mongodb

2019-08-12 Thread Rupert Smith
avidsmith/> <https://twitter.com/Global_M_> <https://www.facebook.com/GlobalMethod> On Mon, Aug 12, 2019 at 1:57 PM Suraj Thapa FC wrote: > How can I use postgres along with Mongodb > Different table different db > > -- > You received this message because you are subscr

Re: Postgres along with Mongodb

2019-08-12 Thread Jani Tiainen
Hi. Yes you can. Of course since mongodb isn't relational database you get best experience by using native python api to mongodb and Django orm for postgres. ma 12. elok. 2019 klo 15.57 Suraj Thapa FC kirjoitti: > How can I use postgres along with Mongodb > Different table d

Postgres along with Mongodb

2019-08-12 Thread Suraj Thapa FC
How can I use postgres along with Mongodb Different table different db -- 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...@google

Sample work space required for Django with Mongodb integration.

2019-02-05 Thread thammanenitcs
Hi All, I am trying from so many days to integrate both Django and MongoDB. but every time I am facing so many issues while doing migrations. Could you please share anyone having sample workspace for Django with MongoDB. It helps a lot to me. Thanks and Regards, Srinivas. -- You received

When I used Mysql and MongoDB as my database at the same time, there was something wrong with using TestCase.

2019-01-17 Thread Zhipeng Guan
I use MySQL as my default database, and I just used this database in unit tests. But he used all my database connections while executing the "connections_support_transactions" function. This caused all my data in MySQL initialization to be clear. I modified the code of TestCase to this way.

Re: Django 2.0 MongoDB

2018-05-18 Thread Manuel Pita
gt; On May 17, 2018 7:21:10 AM CDT, Kadir Guloglu > wrote: >> >> Hi >> >> how to connection my django 2 project in MongoDB ? >> >> Thanks >> >> -- > You received this message because you are subscribed to the Google Groups > "Django users"

Re: Django 2.0 MongoDB

2018-05-18 Thread Manuel Pita
gt; On May 17, 2018 7:21:10 AM CDT, Kadir Guloglu > wrote: >> >> Hi >> >> how to connection my django 2 project in MongoDB ? >> >> Thanks >> >> -- > You received this message because you are subscribed to the Google Groups > "Django users"

Re: Error Djongo MongoDB

2018-05-18 Thread 180328818
test 在 2018年5月18日星期五 UTC+10上午7:09:18,Kadir Guloglu写道: > > Hi > > I am try to connect MongoDB and I am getting an exception > > *Thanks for help* > > *CMD* > > *c:\Proje\otomabakv2\otomabak\otomabak>python manage.py makemigrations* > *Traceback (most recent call

Re: Error Djongo MongoDB

2018-05-17 Thread Kadir Guloglu
Sorry I don't understand :( 18 Mayıs 2018 Cuma 07:10:28 UTC+3 tarihinde Aditya Singh yazdı: > > Hi mate, > This is the assured solution. This is because djongo looks for active > mongo connection to connect. Download mongodb for your os and fire up > mongod fron bin dire

Re: Error Djongo MongoDB

2018-05-17 Thread Aditya Singh
Hi mate, This is the assured solution. This is because djongo looks for active mongo connection to connect. Download mongodb for your os and fire up mongod fron bin directory. Then create a folder named data/db in root disk drive. It should then work flawlessly. Kind Regards, Aditya On Fri, May

Re: How to retrieve existing data of mongodb database in Django

2018-05-17 Thread Ryan Nowakowski
> > >class demo_data(DynamicDocument): >meta = { > >'index_background':True, >'collection':'demo_data', >} >name = StringField(max_length=100) >country = StringField(max_length=100) >place = S

Re: Error Djongo MongoDB

2018-05-17 Thread Ryan Nowakowski
Is your mongo host (IP) and port set correctly? On May 17, 2018 4:09:17 PM CDT, Kadir Guloglu wrote: >Hi > >I am try to connect MongoDB and I am getting an exception > >*Thanks for help* > >*CMD* > >*c:\Proje\otomabakv2\otomabak\otomabak>python manage.py makemigrat

Re: Django 2.0 MongoDB

2018-05-17 Thread Ryan Nowakowski
27;s models or admin. Those are pretty dependent on a SQL database. On May 17, 2018 7:21:10 AM CDT, Kadir Guloglu wrote: >Hi > >how to connection my django 2 project in MongoDB ? > >Thanks > >-- >You received this message because you are subscribed to the Google >Groups

Error Djongo MongoDB

2018-05-17 Thread Kadir Guloglu
Hi I am try to connect MongoDB and I am getting an exception *Thanks for help* *CMD* *c:\Proje\otomabakv2\otomabak\otomabak>python manage.py makemigrations* *Traceback (most recent call last):* * File "manage.py", line 15, in * *execute_from_command_line(sys.argv)* * Fi

Django 2.0 MongoDB

2018-05-17 Thread Kadir Guloglu
Hi how to connection my django 2 project in MongoDB ? Thanks -- 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...@googlegrou

How to retrieve existing data of mongodb database in Django

2018-05-15 Thread gomahesh5
shortcuts import render from django.contrib.auth.models import User class demo_data(DynamicDocument): meta = { 'index_background':True, 'collection':'demo_data', } name = StringField(max_length=100) country = Str

Django with mongodb deploy on Google cloud

2018-01-16 Thread Ketul Suthar
I have one app which has backend mongodb and it's has one script which insert data in database then when I start my app locally then it will give me result from db but when I deploy that app to Google cloud app is working but when I search any thing it's will give me errors -- Yo

Re: MongoDB and Django

2018-01-07 Thread Etienne Robillard
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 featu

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.

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/mo

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 po

Re: tutorial on mongodb and django

2017-12-11 Thread Jason
t; > 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&qu

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 unsubs

Re: Non relational databases (MongoDB) with Django

2017-09-12 Thread Nes Dis
Hello If you are looking for a way to connect MongoDB to Django, You should take a look at djongo <https://nesdis.github.io/djongo/> a driver for allowing Django to use MongoDB as the database backend. You dont need a non-rel version of Django to go with it either!!! On Wednesday, 17

Query about integration multiple database using mongodb

2017-07-12 Thread Shivam Taneja
Dear all I have a query using integration of multiple database support using mongoDB am strucking while implementing the multiple databases mongodb with django if you have any idea about it please provide me a link about it Regards Shivam -- You received this message because you are

Query abouhe multiple database support using mongoDB

2017-07-12 Thread Shivam Taneja
Dear all I have a requirement to integrate the multiple database using mongodb is this possible to integrate the multiple database with mongodb and if possible then whats the process involved in this process Regards Shvam Taneja -- You received this message because you are subscribed to the

Re: Need help in posting Multi select option from HTML to MongoDB using Mongoengine

2017-03-07 Thread Carlos Andre
eld need > to store in MongoDB as a part of json. I am not able to understand how i > can Multi Select input box created in Html can be connected to Back end > model. I ma trying to use List field and Embedded document field but i am > not able to connect all the dots. Can some one please he

Need help in posting Multi select option from HTML to MongoDB using Mongoengine

2017-03-07 Thread vinay.marpina
Hi All, I am trying to implement a Multi select input box in my Html page. Once user select multiple check boxes all the data for that specific field need to store in MongoDB as a part of json. I am not able to understand how i can Multi Select input box created in Html can be connected to

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

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: Django1.9 Mongodb support

2016-11-07 Thread GMail
, mpita1984 wrote: > > mongoengine test is to handle mongodb with python. although not native to the > Django ORM, you can use it without any problem. > > http://mongoengine.org/ <http://mongoengine.org/> > > El viernes, 4 de noviembre de 2016, 22:13:18 (UTC+1), Sudhir kumar Gi

Re: Django1.9 Mongodb support

2016-11-05 Thread mpita1984
mongoengine test is to handle mongodb with python. although not native to the Django ORM, you can use it without any problem. http://mongoengine.org/ El viernes, 4 de noviembre de 2016, 22:13:18 (UTC+1), Sudhir kumar Giri escribió: > > Hello, > I didn't find any documentation o

Re: Django1.9 Mongodb support

2016-11-04 Thread Michal Petrucha
On Fri, Nov 04, 2016 at 12:33:51PM -0700, Sudhir kumar Giri wrote: > Hello, > I didn't find any documentation or tutorial for Django-1.9 with Mongodb. > Please suggest some docs about it. > Thanks Hi, Django does not have any specific support for mongodb. Of course, you ca

Django1.9 Mongodb support

2016-11-04 Thread Sudhir kumar Giri
Hello, I didn't find any documentation or tutorial for Django-1.9 with Mongodb. Please suggest some docs about it. Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails f

Re: How to setup django 1.9 with mongodb

2016-09-30 Thread ludovic coues
Django's ORM doesn't support mongodb or any non-relational database (read SQL only). So you set it up like any django, but you don't use the models 2016-09-30 11:37 GMT+02:00 danang geek : > hai Man How to setup django 1.9 with mongodb > > -- > You received this message

How to setup django 1.9 with mongodb

2016-09-30 Thread danang geek
hai Man How to setup django 1.9 with mongodb -- 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 post to

Re: Non relational databases (MongoDB) with Django

2016-08-17 Thread Jani Tiainen
Hi, Django ORM is designed for relational data, for database engines like Postgres, MySQL, Oracle etc. MongoDB is document oriented database. In theory partial support for relational data could be implemented to be able to use mongodb but it would be relative way. Which leads to question

Re: Non relational databases (MongoDB) with Django

2016-08-17 Thread Avraham Serour
Why do you need to use mongodb? Why not just use postgres and all the tooling the django ORM provides? On Wed, Aug 17, 2016 at 3:32 PM, Deep Shah wrote: > How easy is it to use MongoDb without a Django ORM once the code base > increases? > > > > > On Wednesday, August 1

Re: Non relational databases (MongoDB) with Django

2016-08-17 Thread Deep Shah
How easy is it to use MongoDb without a Django ORM once the code base increases? On Wednesday, August 17, 2016 at 5:25:01 PM UTC+5:30, Jani Tiainen wrote: > > Hi, > > Well you can use non relational databases with django. This of course > means that you don't have ORM f

Re: Non relational databases (MongoDB) with Django

2016-08-17 Thread Jani Tiainen
Hi, Well you can use non relational databases with django. This of course means that you don't have ORM for that, use them as is. Way simpler than trying to force ORM (which stands for object relational mapper) to follow something non relational. Also, if you're not stuck at mo

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

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

New ODM for MongoDB

2015-12-04 Thread Luke Lovett
Hi Django Users! I'm in the planning process for creating a general-purpose (i.e., not only Django) MongoDB ODM. The short-term goal for this project is to provide a general purpose core ODM useful in a variety of frameworks. Later on, I'd like to extend this generic layer to prov

Re: syncdb problem with mongodb engine

2015-10-19 Thread Lianghong Xu
ticket queue for the > MongoDB app you are using since Django doesn't support it out of the box. I > doubt you'll get much help here for an unsupported Django version, > especially since you are trying to integrate with a heavy third-party > package. > > -James >

Re: syncdb problem with mongodb engine

2015-10-19 Thread James Schneider
ticket queue for the MongoDB app you are using since Django doesn't support it out of the box. I doubt you'll get much help here for an unsupported Django version, especially since you are trying to integrate with a heavy third-party package. -James On Oct 19, 2015 9:14 AM, "Liang

syncdb problem with mongodb engine

2015-10-19 Thread Lianghong Xu
Hi, I'm new to django. I'd like to use MongoDB as my backend engine and have installed all the required packages for a MongoDB django setup. However, when I run "python manage.py syncdb", I get this error: Traceback (most recent call last): File "

syncdb problem with mongodb engine

2015-10-19 Thread Lianghong Xu
Hi, I'm new to django. I would like to use MongoDB as my backend engine and installed all required packages for a MongoDB setup. However, when I run "python manage.py syncdb", I get the following error message: (mywiki)lianghon@172-19-151-114:~/repo/mywiki/testwiki$ python ma

  1   2   >