1. 程式人生 > >執行python manage.py makemigrations時報錯:__init__() missing 1 required positional argument: 'on_delete'

執行python manage.py makemigrations時報錯:__init__() missing 1 required positional argument: 'on_delete'

在執行python manage.py makemigrations時報錯:

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

解決方法:

            

在連線外來鍵時加上:

on_delete=models.CASCADE