- In MySQL Database delete row
'profiles'
from the table'django_migrations'
. - Delete all migration files in migrations folder.
- Try again
python manage.py makemigrations
andpython manage.py migrate
command.
'profiles'
from the table 'django_migrations'
.python manage.py makemigrations
and python manage.py migrate
command.