下面的代码我拿不到is_active属性值 是什么问题

来源:7-1 django templates模板继承1

zrenb

2018-10-03

user = authenticate(username=user_name, password=password)
user .is_active

写回答

1回答

bobby

2018-10-04

有报错信息吗,如果有你截图我看看呢

0
2
bobby
回复
慕少4732649
如果获取到用户了 也就是用户名和密码正确 就会返回userprofile对象, userprofile对象继承的abstractuser中会有is_active属性, 如果用户名密码错误 这里会返回none对象,none没有is_active属性 就会抛出异常
2019-03-03
共2条回复

Python3.6+django+xadmin,打造在线教育平台

【毕设】Python 2.7到3.6 完美适配,Django升级2.0

3677 学习 · 4038 问题

查看课程