這是我的用戶配置模型from django.db import models from ... import User from django.contrib.auth.models import AbstractUser # Create your models here. class ...
確定! 回上一頁