python - Django Table already exist - Stack Overflow
stackoverflow.com › questions › 35705218version:-Django 3.X. If above solution doesn't work : python manage.py migrate <appname> --fake If it doesn't work then have a look at the migrations folder you will find that there will be some missing changes which u have done in models.py but somehow Django is unable to capture, so find it there and again do some changes (even a small) to that model fields and then use ,