Thursday, May 17, 2018

Re: Django 2.0 MongoDB

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 <kadirguloglu1@gmail.com> wrote:
Hi

how to connection my django 2 project in MongoDB ?

Thanks

No comments:

Post a Comment