用了 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