-1

every time I 'python manage.py migrate myapp ' , errors happened , it said that the table is already exists... Any help ? please...

Weizhi
  • 174
  • 4
  • 22

1 Answers1

0

Maybe use python 'manage.py migrate myapp --fake' for all the migrations before the last one

CJ4
  • 2,485
  • 3
  • 26
  • 29