摘要: 在《Python编程:从入门到实践》中,定义模型Entry,遇到TypeError: __init__() missing 1 required positional argument: 'on_delete'错误。 CODE: models.py from django.db import mod 阅读全文
posted @ 2021-02-19 14:46 livehappy 阅读(853) 评论(0) 推荐(0)