python manage.py makemigrations
python manage.py migrate --fake
数据库迁移假动作--fake:
原文:https://www.cnblogs.com/zhang-da/p/12088700.html