码迷,mamicode.com
首页 > 编程语言 > 详细

执行python manage.py makemigrations时报错TypeError: __init__() missing 1 required positional argument: 'on_delete'

时间:2018-04-14 12:40:25      阅读:1188      评论:0      收藏:0      [点我收藏+]

标签:nal   asc   manage   red   models   type   typeerror   ssi   mod   

在执行python manage.py makemigrations时报错:

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

技术分享图片

解决方法:

 

 

技术分享图片

在连接外键时加上:

on_delete=models.CASCADE

 

执行python manage.py makemigrations时报错TypeError: __init__() missing 1 required positional argument: 'on_delete'

标签:nal   asc   manage   red   models   type   typeerror   ssi   mod   

原文地址:https://www.cnblogs.com/pandaboy1123/p/8830910.html

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