新手請教 目前使用版本為python3,已在資料庫裡面建立了兩個時間欄位如下 first = models.DateField( verbose_name='開始時間') last = models.... ...