django.db.utils.InternalError: (1050, “Table ‘app01_book_author‘ already exists”)
解决方法:
python manage.py migrate books —fake
django.db.utils.InternalError: (1050, “Table ‘app01_book_author‘ already exists”)
解决方法:
python manage.py migrate books —fake