error
文章平均质量分 75
嘎嘎_哈
这个作者很懒,什么都没留下…
展开
-
AssertionError: ("Creating a ModelSerializer without either the 'fields' attribute or the 'exclude'
报错信息如下:AssertionError: (“Creating a ModelSerializer without either the ‘fields’ attribute or the ‘exclude’ attribute has been deprecated since 3.3.0, and is now disallowed. Add an explicit fields = ‘...原创 2019-11-25 22:01:28 · 1785 阅读 · 0 评论 -
flask错误sqlalchemy.exc.IntegrityError: (pymysql.err.IntegrityError) 1452
flaks项目,直接在Terminal窗口python models.py运行文件创建数据库表表能创建成功,但是使用db.session.add()命令添加数据的时候报1452错代码如下:class Role(db.Model): """角色""" __tablename__ = "role" id = db.Column(db.Integer, primary_ke...原创 2019-10-28 09:45:45 · 2467 阅读 · 1 评论