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 

Kasper Laudrup schrieb am Dienstag, 18. Januar 2022 um 04:56:29 UTC-6:

> 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 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/2b93b8c0-43a3-4476-bdef-ea206ae88cc1n%40googlegroups.com.


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 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/82d3b14f-971b-f441-a92f-4390e588e07b%40stacktrace.dk.


OpenPGP_0xE5D9CAC64AAA55EB.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature


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



On Tue, 18 Jan 2022, 16:07 Sai Kiran Mekala, 
wrote:

> 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 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 above exception you were notified with the same
>> error?
>>
>> What does that mean?
>>
>> Is the exception message the same or?
>>
>> Kind regards,
>>
>> Kasper Laudrup
>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Django users" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/django-users/pR2XA4P7g-c/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/2e2457d3-e0a7-6e4c-f1f8-d4aa0ed7a2e1%40stacktrace.dk
>> .
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CADE%3D2ukjQSbw323%3DSAocxeFTz0We%3DLXDEYzF%3D-pTQsVHhuwmEQ%40mail.gmail.com.


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 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 above exception you were notified with the same
> error?
>
> What does that mean?
>
> Is the exception message the same or?
>
> Kind regards,
>
> Kasper Laudrup
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Django users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/django-users/pR2XA4P7g-c/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/2e2457d3-e0a7-6e4c-f1f8-d4aa0ed7a2e1%40stacktrace.dk
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CADE%3D2ukCoS-W1rXcB03nKn_P299vEbTeEVueiBkzFjQBq3Z6FA%40mail.gmail.com.


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 above exception you were notified with the same error?

What does that mean?

Is the exception message the same or?

Kind regards,

Kasper Laudrup

--
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/2e2457d3-e0a7-6e4c-f1f8-d4aa0ed7a2e1%40stacktrace.dk.


OpenPGP_0xE5D9CAC64AAA55EB.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature


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 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 one of the built-in backends, use 'dja
> > ngo.db.backends.XXX', where XXX is one of:
> >  'mysql', 'oracle', 'postgresql', 'sqlite3'
> >
>
> Did you check the above exception as the error messages suggests you
> should do?
>
> Kind regards,
>
> Kasper Laudrup
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Django users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/django-users/pR2XA4P7g-c/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/e2fd9595-a5f1-d7fe-8384-52d39038269f%40stacktrace.dk
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CADE%3D2u%3DGXx3HNdanK8kjhDds%2BR8a3Q2XsFTgVFi5ck%3DmSyKgkg%40mail.gmail.com.


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 one of the built-in backends, use 'dja

ngo.db.backends.XXX', where XXX is one of:
     'mysql', 'oracle', 'postgresql', 'sqlite3'



Did you check the above exception as the error messages suggests you 
should do?


Kind regards,

Kasper Laudrup

--
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/e2fd9595-a5f1-d7fe-8384-52d39038269f%40stacktrace.dk.


OpenPGP_0xE5D9CAC64AAA55EB.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature