码迷,mamicode.com
首页 > 其他好文 > 详细

TypeError: isinstance() arg 2 must be a type or tuple of types

时间:2019-04-07 09:45:09      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:技术   ima   src   style   原因   type   types   ror   pes   

TypeError: isinstance() arg 2 must be a type or tuple of types

在进行数据库迁移的时候,我们有时候会很倒霉的碰到这种情况,不要着急,其实解决方案很简单(亲测)

其实主要的原因就是,你在进行数据库迁移的时候,比如,你有一个class User()模型类,但是里面有一个外键,那么,你必须要将这个外键的数据库先进行迁移之后,才能再次对这个外键进行添加并进行迁移;

也就是说:

技术图片

 


like_book = Foreign(‘book‘) 这个外键在进行迁移的时候,必须是那个Book类进行迁移之后,才可以进行这个外键的迁移操作,否则,就会出错。

我已经在同一个地方摔倒两次,立博客为证,下不为例。。。。

TypeError: isinstance() arg 2 must be a type or tuple of types

标签:技术   ima   src   style   原因   type   types   ror   pes   

原文地址:https://www.cnblogs.com/yuanfj/p/10664026.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!