05 2021 档案
摘要:objects.filter() 这样的语句都没有代码提示。解决方案:在模型类定义语句里面,加上一句: objects = models.Manager() 例如: class TimeStampModel(models.Model): """ 带时间戳的模型 """ create_time = m
阅读全文
摘要:用pip进行更新后 pip install --upgrade Django==2.21一堆报错django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.13 or newer is required; you have 0.9.3.解
阅读全文