본문 바로가기

web/Django

django.db.utils.IntegrityError: Unknown table



if you have error message to 'django.db.utils.IntegrityError: Unknown table  '


than remove the your table to already.


so you can option --fake


$ python ./manage.py  migrate YOUR_APP --fake


then ended migrate and it worded!