Connect to MongoDB Atlas using Django Rest Framework
29 views
Skip to first unread message
Lawrence Thanakumar
unread,
Apr 26, 2020, 4:57:09 PM4/26/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django REST framework
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 mongoDB in django rest framework.
Thanks
Lawrence
Thousand Nano
unread,
Apr 29, 2020, 10:14:25 PM4/29/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django REST framework
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.