-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb-commodities.json
101 lines (101 loc) · 2.74 KB
/
db-commodities.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
[
{
"model": "commodity.commodity",
"pk": 1,
"fields": {
"g_or_s": "G",
"title": "UVA Riding T-Shirts",
"picture": "commodity_pics/noimage.jpg",
"description": "40th anniversary t-shirts we are selling to raise money for Nationals. ",
"quantity": 10,
"price": "20.00",
"date_posted": "2018-03-27T00:11:51.682Z",
"date_expires": "2018-06-01T20:00:00.928Z"
}
},
{
"model": "commodity.commodity",
"pk": 2,
"fields": {
"g_or_s": "S",
"title": "Horse Back Riding Lesson",
"picture": "commodity_pics/noimage.jpg",
"description": "One riding lesson. All proceeds go to CART, Charlottesville Area Riding Therapy",
"quantity": 1,
"price": "100.00",
"date_posted": "2018-03-27T00:13:04.670Z",
"date_expires": "2018-06-01T20:00:00.928Z"
}
},
{
"model": "commodity.commodity",
"pk": 3,
"fields": {
"g_or_s": "G",
"title": "Pizza",
"picture": "commodity_pics/noimage.jpg",
"description": "Slices of pizza and all profits go to sending a team to Nationals.",
"quantity": 100,
"price": "1.00",
"date_posted": "2018-03-27T00:19:44.444Z",
"date_expires": "2018-06-01T20:00:00.928Z"
}
},
{
"model": "commodity.commodity",
"pk": 4,
"fields": {
"g_or_s": "G",
"title": "Llama Coats",
"picture": "commodity_pics/noimage.jpg",
"description": "Llama fur coats straight from Patagonia",
"quantity": 10,
"price": "250.00",
"date_posted": "2018-03-27T00:20:41.179Z",
"date_expires": "2018-06-01T20:00:00.928Z"
}
}
,
{
"model": "commodity.commodity",
"pk": 5,
"fields": {
"g_or_s": "G",
"title": "HP 1",
"picture": "commodity_pics/noimage.jpg",
"description": "Harrry Potter",
"quantity": 10,
"price": "250.00",
"date_posted": "2018-03-27T00:20:41.179Z",
"date_expires": "2018-06-01T20:00:00.928Z"
}
},
{
"model": "commodity.commodity",
"pk": 6,
"fields": {
"g_or_s": "G",
"title": "HP 2",
"picture": "commodity_pics/noimage.jpg",
"description": "Harrry Potter",
"quantity": 10,
"price": "250.00",
"date_posted": "2018-03-27T00:20:41.179Z",
"date_expires": "2018-06-01T20:00:00.928Z"
}
},
{
"model": "commodity.commodity",
"pk": 7,
"fields": {
"g_or_s": "G",
"title": "HP 3",
"picture": "commodity_pics/noimage.jpg",
"description": "Harrry Potter",
"quantity": 10,
"price": "250.00",
"date_posted": "2018-03-27T00:20:41.179Z",
"date_expires": "2018-06-01T20:00:00.928Z"
}
}
]