teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

変数名の修正

2021/05/10 01:50

投稿

Yaki_yaki11
Yaki_yaki11

スコア18

title CHANGED
File without changes
body CHANGED
@@ -18,7 +18,7 @@
18
18
  views.py
19
19
  ```Python
20
20
  class TestCreateView(CreateView):
21
- model = Alcohol
21
+ model = Test
22
22
  template_name_suffix = '_form'
23
23
  fields = __all__
24
24
  ```