I cloned the repository. Then I added several fields to the model and wanted to add them to an existing database. I ran the makemigrations command and got this error
===> Remove all migration from maigrations folder ===> python manage.py makemigrations yourappname ===> python manage.py migrate