Saturday, September 26, 2020

Re: Django + MongoDB

yes you use this tuto https://bezkoder.com/django-mongodb-crud-rest-framework/.don't forget  mlabmongo module is changed for atlas mongo .you can visite this url :https://devcenter.heroku.com/changelog-items/1823

Le jeu. 23 juil. 2020 à 16:01, Anh Nguyen <bboyadao@gmail.com> a écrit :
Nightmares 

On Thu, Jul 23, 2020 at 20:38 Akshat Gupta <akshatgupta1001@gmail.com> wrote:
Hello,

Ok, first of all, I think Django is really built for Relational databases. Django ORM fits and works really well for RDBMS. However, the app which I am building requires MongoDB as a database. I really tried but all my application needs require MongoDB.

So I want to use Django for MongoDB (a bad decision I know), but I think I can make it work with Django.

So to efficiently build a Django app with mongo backend database I need these things in the library which will help in dealing with mongo --> 

a) User authentication and authorization
b) Model schema should be well supported (embeddedDocumentField, ReferenceField,    etc)
c) Admin dashboard should be supported
d) Rest Framework APIs should be supported

I looked into mongoengine, djongo. However, since this is my first time using Mongo with Django, I would require expert advice if anyone has used Mongo with django before and can guide me with the libraries he/she used which satisfied all the requirements above.

Thanks and Regards
 

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/8903922a-3978-4730-ae04-81480214928cn%40googlegroups.com.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAKaoNbS%2BKVCePikDbobFgpwZAbjQ_Ziq_77azzEKMhCgUAFCKQ%40mail.gmail.com.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAPs4bqG8x8x2rkbzmPd737KOurNx%2B3OnX%3D2Mr5Kj-9oRyaegRQ%40mail.gmail.com.

No comments:

Post a Comment