其他分享
首页 > 其他分享> > Django 2.1 用户认证系统 authenticate() 一直返回None

Django 2.1 用户认证系统 authenticate() 一直返回None

作者:互联网

用了 Django 一段时间后,发现存在各种各样的问题

Django 2.1 用户认证系统authenticate()一直返回None

 

解决方法:

(1) User.objects.create_user(username=username,password=password)

(2) is_active=True

 

标签:username,None,authenticate,Django,2.1,password
来源: https://www.cnblogs.com/emanlee/p/15863297.html