邵邵。

导航

2022年2月25日 #

TypeError: __init__() missing 1 required positional argument: 'on_delete'

摘要: 原因:Django 2.x版本之上进行外键操的时候需要on_delete参数 models.ForeignKey(to='XXX',on_delete='XXX') # on_delete后面可加的参数: on_delete=None # 删除关联表中的数据时,当前表与其关联的field的行为 on 阅读全文

posted @ 2022-02-25 18:03 邵邵。 阅读(36) 评论(0) 推荐(0) 编辑

django.db.utils.InternalError:(1050,"Table 'app01_book_author' already exists"

摘要: python manage.py makemigrations --fake python manage.py migrate 阅读全文

posted @ 2022-02-25 16:14 邵邵。 阅读(31) 评论(0) 推荐(0) 编辑