質問編集履歴

1

2017/09/22 11:56

投稿

kurosuke___
kurosuke___

スコア217

test CHANGED
File without changes
test CHANGED
@@ -80,9 +80,15 @@
80
80
 
81
81
  # app1.views
82
82
 
83
+ from .models import TestModel, TestInformatios
84
+
85
+
86
+
87
+
88
+
83
89
  def info_list(req, test_id):
84
90
 
85
- """???"""
91
+ obj = TestModel.objects.get(pk=test_id)
86
92
 
87
93
 
88
94