Re: Connect to MongoDB Atlas using Django Rest Framework

2020-04-29 Thread Thousand Nano
It is easy and you can use pymongo to do that. Hope it helps. I usually dont use ORM for NoSQL because mongo has some amazing feature that will be lost if using conventional ORM. On Monday, April 27, 2020 at 4:57:09 AM UTC+8, Lawrence Thanakumar wrote: > > Hello All, > > I am building a movie

Connect to MongoDB Atlas using Django Rest Framework

2020-04-26 Thread Lawrence Thanakumar
Hello All, I am building a movie review webpage as a project using Angular and Django Rest Framework. I want to connect to MongoDB Atlas or MongoDB, but I am not getting a proper resource online to configure it in latest django version. Please help me by providing steps for configuring the