Re: How to Setup DjangoRestFrameWork with Mongo DB

2020-03-28 Thread Andrew C.
I highly recommend not using MongoDB. Sure, they can plaster a banner saying “Google supports us” but many industry leaders have tried and failed using it. It can’t store data that easily once you grow, making it unlikely for usage in the future for employment by any startup or corporation and for

Re: How to Setup DjangoRestFrameWork with Mongo DB

2020-03-28 Thread VenkataSivaRamiReddy
i tried but not getting -- 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+unsubscr...@googlegroups.com. To view this discussion on the web visit

Re: How to Setup DjangoRestFrameWork with Mongo DB

2020-03-28 Thread Anh Nguyen
You can use Djongo or Django rest framework mongoengine. But I highly recommend DON’T. > On Mar 28, 2020, at 15:09, venna venkatReddy wrote: > > hey guys, > > i am new to Django and Any one can guide me how to setup DjangoRestFrameWork > with Mongo DB, > > My task i

How to Setup DjangoRestFrameWork with Mongo DB

2020-03-28 Thread venna venkatReddy
hey guys, i am new to Django and Any one can guide me how to setup DjangoRestFrameWork with Mongo DB, My task is: i need to create Api for data inserting and updating and delecting that data must in mongodb, I previous work with sqlite3 and postgresql and mysql but this is the first time