How to solve SQLdecode error when you migrate models in django?
问题 I am new to django, I have created a project and app and I would like to connect my project to the mongodb. when I enter python manage.py migrate command , I am getting below mentioned error. I have dropped database and cleared all migrations in the django_migration table and deleted migration files in the created migrations folder. Still getting same error. Please help me with this. Thanks in advance Error: raise TypeError("documents must be a non-empty list") TypeError: documents must be a