Mabusubani

Results 2 comments of Mabusubani

you first remove all files inside migrations folder like (0001_initial.py ) After that you run command python manage.py makemigrations it will be work.

Go for this steps to solve your problem. 1.Delete all the files from the migrations folders from different apps. 2.Drop the SQL database schema. 3.Run python manage.py makemigration. 4.Run python...