会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
JohnYang
定心者,勇猛精进,终获证果 (知乎:https://www.zhihu.com/people/johnyang819)
博客园
首页
新随笔
联系
订阅
管理
2020年8月15日
Django 数据迁移报错之“TypeError: __init__() missing 1 required positional argument: 'on_delete'”
摘要: 当执行 python manage.py makemigrations 出现错误:TypeError: init() missing 1 required positional argument: ‘on_delete’。 解决方案: 定义外键的时候需要加上 on_delete=;即:contrac
阅读全文
posted @ 2020-08-15 21:57 JohnYang819
阅读(921)
评论(0)
推荐(0)
编辑