[Answered ]-Problem to connect the django with mongodb using djongo

1👍

I had the same problem, I fixed it by installing Pytz.
Do :

pip install pytz

0👍

downgrade your django version to 3.0.5

Leave a comment