from django.db import models import datetime MyDatetime((models.Model): # 新增資料必要欄位 myid = models.CharField(max_length=255)
確定! 回上一頁