That's the basic authentication backend that checks the Django users ... from django.contrib.auth.models import AbstractUser class User(AbstractUser): pass.
確定! 回上一頁