This is because of this line: state = models.CharField(max_length=10, choices=STATE_CHOICES, default="Open"). Even though this is accepted ...
確定! 回上一頁