Django在根據models生成數據庫表時報 __init__() missing 1 required positional argument: 'on_delete'

先展現錯誤代碼,code:html 1 from django.db import models 2 3 # Create your models here. 4 5 6 class BookInfo(models.Model): 7 """定義書籍信息模型類""" 8 9 # 設計name屬性 10 name = models.CharField(
相關文章
相關標籤/搜索