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

源碼以下: from django.db import models # Create your models here. class Question(models.Model): question_text = models.CharField(max_length=200) put_date = models.DateTimeField("data publ
相關文章
相關標籤/搜索