回答編集履歴
1
修正
test
CHANGED
@@ -1,6 +1,4 @@
|
|
1
1
|
```Python
|
2
|
-
|
3
|
-
shop = #店の名前
|
4
2
|
|
5
3
|
user = Shop_name.objects.get(shop="shop").user
|
6
4
|
|