Django is typically used with a SQL database. There's a fork of Django called non-rel that works with mongo but it's not actively developed any longer. Instead you can access mongo from a Django view via the standard mongo python library but you won't be able to use Django's models or admin. Those are pretty dependent on a SQL database.
On May 17, 2018 7:21:10 AM CDT, Kadir Guloglu <[email protected]> wrote: >Hi > >how to connection my django 2 project in MongoDB ? > >Thanks > >-- >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 [email protected]. >To post to this group, send email to [email protected]. >Visit this group at https://groups.google.com/group/django-users. >To view this discussion on the web visit >https://groups.google.com/d/msgid/django-users/943ce6ad-1f7c-48c7-9a9a-4ffac0f25a45%40googlegroups.com. >For more options, visit https://groups.google.com/d/optout. -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/193821D6-941C-4A67-9478-50427D954F41%40fattuba.com. For more options, visit https://groups.google.com/d/optout.

