In our case, CustomUser: # models.py from django.contrib.auth.models import AbstractUser class CustomUser(AbstractUser): pass ...
確定! 回上一頁