django报错 type object ‘xxxxx’ has no attribute ‘object’

没有导入UserManager的包

from django.contrib.auth.models import UserManager

多见于新手,比如我

随后在class中写入

objects = UserManager()
使objects 拥有UserManager,随后利用函数名.objects.create(字段名="值")
for example :
def emp_add(request):
    Emp.objects.create(title="123")
    return render(request,'orm.html')

 

django报错 type object 'xxxxx' has no attribute 'object'django报错 type object 'xxxxx' has no attribute 'object' django报错 type object 'xxxxx' has no attribute 'object' django报错 type object 'xxxxx' has no attribute 'object'

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。

给TA打赏
共{{data.count}}人
人已打赏
CSS

CSS-border(样式、宽度、颜色)

2021-11-9 23:55:25

C语言课堂笔记

C语言-实型变量

2021-10-12 13:21:24

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索