最佳答案
AbstractUser
和 AbstractBaseUser
的使用看起来非常相似。
from django.contrib.auth.models import AbstractUser, AbstractBaseUser
这两者有什么区别?