Monday, September 7, 2020

Re: connect mongodb with djongo (Django)

Django doesn't support MongoDB. So don't try to connect. 
Instead, you can use MongoDB With flask. 

On Tue, Sep 8, 2020, 11:00 AM muazzem hossain <muazzem2468@gmail.com> wrote:
I try to connect to MongoDB with Django after reading GitHub page of djongo and this find the same question here but no answer as well change setting.py like this

DATABASES = { 'default': { 'ENGINE': 'djongo', 'NAME': 'my-db-name', } } 




But I get this error


--
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/c5c72f0c-3287-4724-a4ad-9572e18bff5cn%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/CAJY8mfwvdJw%2BwsWNG%3DGAaYs_9hRC66mXttRTZ2rv_ZFkuRyPEg%40mail.gmail.com.

No comments:

Post a Comment