質問編集履歴

1

誤字

2020/08/25 07:05

投稿

setuna0531
setuna0531

スコア128

test CHANGED
File without changes
test CHANGED
@@ -36,6 +36,10 @@
36
36
 
37
37
 
38
38
 
39
+ 下記の画面は商品一覧になります。
40
+
41
+
42
+
39
43
  ![イメージ説明](1af0ead7306030893e8ed9c6388d2277.jpeg)
40
44
 
41
45
 
@@ -46,7 +50,7 @@
46
50
 
47
51
  NoReverseMatch at /shop/2/item_list/2020/8/25/1020/
48
52
 
49
- Reverse for 'shop_stock' with no arguments not found. 1 pattern(s) tried: ['shop\/(?P<pk>[0-9]+)\/shop_stock\/(?P<year>[0-9]+)\/(?P<month>[0-9]+)\/(?P<day>[0-9]+)\/(?P<minute>[0-9]+)\/$']
53
+ Reverse for 'item_list' with no arguments not found. 1 pattern(s) tried: ['shop\/(?P<pk>[0-9]+)\/item_list\/(?P<year>[0-9]+)\/(?P<month>[0-9]+)\/(?P<day>[0-9]+)\/(?P<minute>[0-9]+)\/$']
50
54
 
51
55
  ```
52
56
 
@@ -62,7 +66,7 @@
62
66
 
63
67
  ```
64
68
 
65
- {% extends 'bapp/base.html' %}
69
+ {% extends 'testapp/base.html' %}
66
70
 
67
71
  {% load calendar %}
68
72
 
@@ -132,7 +136,7 @@
132
136
 
133
137
  fields = ('name',)
134
138
 
135
- template_name = 'bapp/Item_List.html'
139
+ template_name = 'testapp/Item_List.html'
136
140
 
137
141
 
138
142