xmac

Results 1 issues of xmac

I'm trying to integrate mongodb to a existing project which is using sqllite. This is the mongodb changes I added in settings.py to replace sqllite. ``` import mongoengine DATABASES =...