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