摘要:
1 from django.contrib.auth.backends import ModelBackend 2 from django.contrib.auth import get_user_model 3 from django.db.models import Q 4 5 UserMode 阅读全文
posted @ 2020-08-04 10:48
Fmaj-7
阅读(228)
评论(0)
推荐(0)
摘要:
1 class ModelBackend(object): 2 """ 3 Authenticates against settings.AUTH_USER_MODEL. 4 """ 5 6 def authenticate(self, request, username=None, passwor 阅读全文
posted @ 2020-08-04 10:41
Fmaj-7
阅读(121)
评论(0)
推荐(0)
浙公网安备 33010602011771号