CharField(max_length=100) actor = models.CharField(max_length=200) shows = models.ManyToManyField(Show) slug = models.
確定! 回上一頁