I installed Django 3.2.6 and I am able to spin up the server using python manage.py runserver
however when I want to do migrate through python manage.py migrate
i am getting the above error message. How can I solve that?
I solved this by deleting django_content_type
table and redo migrations.