Django 1.6.5中如何解决列不存在的错误?
- 内容介绍
- 文章标签
- 相关推荐
本文共计968个文字,预计阅读时间需要4分钟。
I have an app in Django 1.6.5. My model has been modified: one field removed, another added, and the third upgraded. Now, when we try to access the model, it doesn't work.
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的应用程序。我有一个模型,我删除了一个字段,添加了另一个字段,第三个字段升级了。
本文共计968个文字,预计阅读时间需要4分钟。
I have an app in Django 1.6.5. My model has been modified: one field removed, another added, and the third upgraded. Now, when we try to access the model, it doesn't work.
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的应用程序。我有一个模型,我删除了一个字段,添加了另一个字段,第三个字段升级了。

