質問編集履歴
1
変数名の修正
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 =
|
21
|
+
model = Test
|
22
22
|
template_name_suffix = '_form'
|
23
23
|
fields = __all__
|
24
24
|
```
|