回答編集履歴
1
誤字変更
test
CHANGED
@@ -13,8 +13,6 @@
|
|
13
13
|
|
14
14
|
|
15
15
|
class Quiz(models.Model):
|
16
|
-
|
17
|
-
id = models.IntegerField()
|
18
16
|
|
19
17
|
question = models.CherField(max_length=255)
|
20
18
|
|