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: 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

Re: MongoDB connection with django

2022-01-18 Thread Sai Kiran Mekala
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-in backends, use 'dja > ngo.db.backends.XXX', where XXX is one of: > 'mysql', 'oracle', 'postgresql', 'sqlite' These is

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 > > MongoDB , djongo

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 check the

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: > On

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 above exception. To use