Django 1.6.5版本中,如何解决没有列:Columndoesnotexist的错误问题?
- 内容介绍
- 文章标签
- 相关推荐
本文共计966个文字,预计阅读时间需要4分钟。
I have an application in Django 1.6.5. I have a model where I removed a field, added another, and the third has been upgraded. When we now turn to the mod...
IhaveanapplicationinDjango1.6.5.IhaveamodelwhereIremovedonefield,IaddedanotherfieI have an application in Django 1.6.5. I have a model where I removed one field, I added another field, and the third upgraded. And when we now turn to the model in the admin panel, I get the message:
我有一个Django 1.6.5的应用程序。我有一个模型,我删除了一个字段,添加了另一个字段,第三个字段升级了。
本文共计966个文字,预计阅读时间需要4分钟。
I have an application in Django 1.6.5. I have a model where I removed a field, added another, and the third has been upgraded. When we now turn to the mod...
IhaveanapplicationinDjango1.6.5.IhaveamodelwhereIremovedonefield,IaddedanotherfieI have an application in Django 1.6.5. I have a model where I removed one field, I added another field, and the third upgraded. And when we now turn to the model in the admin panel, I get the message:
我有一个Django 1.6.5的应用程序。我有一个模型,我删除了一个字段,添加了另一个字段,第三个字段升级了。

