質問編集履歴

2

修正

2020/07/31 14:45

投稿

a0002
a0002

スコア7

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  例えば、表示の窓枠を広くしたり、あるいは、チェックボックスで表示にするなど できるのでしょうか?
14
14
 
15
- ![イメージ説明](a3867f1226f9037400aa72f27343a5ea.png)
15
+
16
16
 
17
17
 
18
18
 

1

ソース追加

2020/07/31 14:45

投稿

a0002
a0002

スコア7

test CHANGED
File without changes
test CHANGED
@@ -86,6 +86,16 @@
86
86
 
87
87
  ```
88
88
 
89
+ from django.shortcuts import render
90
+
91
+ from django.shortcuts import redirect
92
+
93
+ from .models import UnitInfo
94
+
95
+ from .forms import EditForm
96
+
97
+
98
+
89
99
  def edit(request, num):
90
100
 
91
101
  obj = UnitInfo.objects.get(id=num)