2.login/models.py. from django.db import models # Create your models here. class User(models.Model): gender = ( ('male' ...
確定! 回上一頁