from django.db import models from django.contrib.auth.models import AbstractUser class User(AbstractUser): middle_name = models.
確定! 回上一頁