This repository was archived by the owner on Jan 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ def get_context_data(self, **kwargs):
103
103
"https://raw.githubusercontent.com/crab85193/Tely/main/static/img/logo.png"
104
104
],
105
105
"name" :"テスト用店舗 001店" ,
106
- "type" :"レストラン" ,
106
+ "type" :_ ( "restaurant" ) ,
107
107
"address" :"沖縄県中頭郡西原町字千原" ,
108
108
"tel_number" :"090-5516-9212" ,
109
109
"open" :"月〜土 9:00〜Last" ,
@@ -136,8 +136,8 @@ def form_valid(self, form):
136
136
else :
137
137
obj_parent = ReservationParent .objects .create (
138
138
user = self .request .user ,
139
- shop_tel_number = "08042897797 " ,
140
- shop_name = "ガールズバー Macherie(マシェリ) " ,
139
+ shop_tel_number = "09055169212 " ,
140
+ shop_name = "テスト用店舗 001店 " ,
141
141
reservation_datetime = data ["reservation_datetime" ],
142
142
num_people = data ["num_people" ],
143
143
representative_name = data ["representative_name" ],
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def get_context_data(self, **kwargs):
21
21
shop_detail_test = {
22
22
"img" :"https://raw.githubusercontent.com/crab85193/Tely/main/static/img/logo.png" ,
23
23
"name" :"テスト用店舗 001店" ,
24
- "type" :"レストラン" ,
24
+ "type" :_ ( "restaurant" ) ,
25
25
"address" :"沖縄県中頭郡西原町字千原" ,
26
26
"tel_number" :"090-5516-9212" ,
27
27
"open" :"月〜土 9:00〜Last" ,
@@ -125,7 +125,7 @@ def get_context_data(self, **kwargs):
125
125
"https://raw.githubusercontent.com/crab85193/Tely/main/static/img/logo.png"
126
126
],
127
127
"name" :"テスト用店舗 001店" ,
128
- "type" :"レストラン" ,
128
+ "type" :_ ( "restaurant" ) ,
129
129
"address" :"沖縄県中頭郡西原町字千原" ,
130
130
"tel_number" :"090-5516-9212" ,
131
131
"open" :"月〜土 9:00〜Last" ,
You can’t perform that action at this time.
0 commit comments