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

問題 用django建立model,執行python manage.py makemigrations命令生成遷移文件時出現 TypeError: init() missing 1 required positional argument: ‘on_delete’ 錯誤 python 原代碼 解決 定義外鍵的時候須要加上 on_delete=; 即:user = models.ForeignKey
相關文章
相關標籤/搜索