質問編集履歴

1

markdownのコード表示を編集のみ。

2017/12/29 09:54

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -14,11 +14,15 @@
14
14
 
15
15
 
16
16
 
17
+ ```
18
+
17
19
  def index(request):
18
20
 
19
21
  my_dict = {'callme' : "Hello you called me from views.index!" }
20
22
 
21
23
  return render(request,'index.html',context=my_dict)
24
+
25
+ ```
22
26
 
23
27
 
24
28