質問編集履歴
1
変数名の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -38,7 +38,7 @@
|
|
38
38
|
|
39
39
|
class TestCreateView(CreateView):
|
40
40
|
|
41
|
-
model =
|
41
|
+
model = Test
|
42
42
|
|
43
43
|
template_name_suffix = '_form'
|
44
44
|
|