from django.utils import timezone class Log(models.Model): regist_date = models.DateTimeField(default=timezone.now).
確定! 回上一頁