質問編集履歴
1
結果を追加した
title
CHANGED
File without changes
|
body
CHANGED
@@ -49,4 +49,8 @@
|
|
49
49
|
print(username)
|
50
50
|
print(password)
|
51
51
|
return render(request, 'signup.html', {'some' : 100} )
|
52
|
-
```
|
52
|
+
```
|
53
|
+
|
54
|
+
実行結果
|
55
|
+
---
|
56
|
+

|