kumarpapunjay

Posted 29-Dec-2020 | 1008 | Javascript

Can Django work with MongoDB or any NoSQL database?

I am using Django for a month now. It's been amazing so far and I have made a blog with it and followed the eCommerce course here to build an eCom from scratch. Till now I have been using MySQL and now I want to know how to use Django with MongoDB. I heard some really good features of Mongo and also it's much faster according to some benchmarks. In the documentation of Django, I am not able to find MongoDB there or any NoSQL database. Please let me know how to use MongoDB with it. Also do share some tutorial links if you have any.

Replies