Django AttributeError: type object ‘User’ has no attribute ‘objects’

Django 季若尘 4年前 (2020-08-19) 601次浏览 已收录 0个评论 扫描二维码

重写 user 模型,运行出错,提示 AttributeError: type object ‘User’ has no attribute ‘objects’

仔细检查了一下,我的 user 模型所在的 models.py 文件内的

objects = UserManager()

objects 写掉了一个 s,写成了

object = UserManager()

加上就运行正常了,当然导致这个错误的原因很多,这只是其中一种情况


版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:Django AttributeError: type object ‘User’ has no attribute ‘objects’
喜欢 (3)
[]
分享 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址