通過繼承AbstractUser 來實現. 首先需要在models.py 文件中創建自己的user model from django.contrib.auth.models import AbstractUser
確定! 回上一頁