Django 1.8

解决办法

1 删除应用migrations目录

2 删除MySQL中django_migrations中对应的行(delete from django_migrations where app='appname')

3 重新makemigrations 和migrate

KEEP LEARNING!
原文地址:https://www.cnblogs.com/roronoa-sqd/p/6085169.html