Re: Facing trouble with djangotoolbox

2019-08-20 Thread Amine Hosni
Have you found any alternative solution please ? I'm stuck right were you were... On Saturday, August 18, 2018 at 3:17:50 PM UTC+2, Sagar wrote: > > Hello, > I am working on project in which I'm using django2 and MongoDB as > database. I have used djongo driver to connect django with MongoDB. I

Re: Facing trouble with djangotoolbox

2018-08-18 Thread Jason
according to the github repo, https://github.com/django-nonrel/djangotoolbox, hasn't been updated in three years, which means its probably not compatible with django 2.x look for another lib? or go from mongo to mysql/postgres, since db support for nosql/mongo in django is very weak. -- You