Skip to content
Advertisement

Tag: djongo

Why I am getting “Not Implemented Error: Database objects do not implement truth value testing or bool().” while running makemigration cmd in django

I am trying to connect Django with MongoDB using Djongo. I have changed the Database parameter but I am getting this error Not Implemented Error: Database objects do not implement truth value testing or bool(). when I am running makemigration command. Please can anybody explain why I am getting this error and how to resolve it? I have include settings.py

Advertisement