質問編集履歴

1

変数名の修正

2021/05/10 01:50

投稿

Yaki_yaki11
Yaki_yaki11

スコア18

test CHANGED
File without changes
test CHANGED
@@ -38,7 +38,7 @@
38
38
 
39
39
  class TestCreateView(CreateView):
40
40
 
41
- model = Alcohol
41
+ model = Test
42
42
 
43
43
  template_name_suffix = '_form'
44
44