from django.db import models # Create your models here. class Profile(models.Model): name = models.CharField(max_length = 50) age = models.
確定! 回上一頁