django.db.utils.OperationalError:没有这样的列:

时间:2016-03-06 06:07:17

标签: python django

请帮忙......我是django的新手。 在模型类Candidate中添加“部门”后运行 makemigrations 时出现此错误

我的模特:

enter image description here

我的错误:

enter image description here

- 谢谢你

1 个答案:

答案 0 :(得分:1)

注释掉整个候选模型,然后运行

python manage.py makemigrations
python manage.py migrate --fake

然后取消注释候选模型,然后运行

python manage.py makemigrations
python manage.py migrate