Django Table already exist Django Table already exist django django

Django Table already exist


try python manage.py migrate your_app --fake. This post talks about it. Django South - table already exists.


python manage.py migrate --fake-initial should work for django 2.2


This question is already answered here

You should run this:

python manage.py migrate <appname> --fake