Sunday, July 31, 2022

Re: MongoDB connection with django

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 :

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+unsubscribe@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.

No comments:

Post a Comment