forked from radoraykov/recycle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
initial_data.json
93 lines (93 loc) · 2 KB
/
initial_data.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
[
{
"pk": 1,
"model": "ecomap.recyclespottype",
"fields": {
"name": "\u0434\u0435\u043f\u043e"
}
},
{
"pk": 2,
"model": "ecomap.recyclespottype",
"fields": {
"name": "\u0442\u044a\u0440\u0433\u043e\u0432\u0441\u043a\u0430 \u043c\u0440\u0435\u0436\u0430"
}
},
{
"pk": 3,
"model": "ecomap.recyclespottype",
"fields": {
"name": "\u043f\u0443\u043d\u043a\u0442"
}
},
{
"pk": 1,
"model": "ecomap.recyclespotmaterial",
"fields": {
"name": "\u0445\u0430\u0440\u0442\u0438\u044f"
}
},
{
"pk": 2,
"model": "ecomap.recyclespotmaterial",
"fields": {
"name": "\u043c\u0435\u0442\u0430\u043b"
}
},
{
"pk": 3,
"model": "ecomap.recyclespotmaterial",
"fields": {
"name": "\u0431\u0430\u0442\u0435\u0440\u0438\u0438"
}
},
{
"pk": 4,
"model": "ecomap.recyclespotmaterial",
"fields": {
"name": "\u0441\u0442\u044a\u043a\u043b\u043e"
}
},
{
"pk": "\u0431\u0438\u0440\u0435\u043d\u0438 \u0431\u0443\u0442\u0438\u043b\u043a\u0438",
"model": "ecomap.recyclableitem",
"fields": {
"material": 4
}
},
{
"pk": "\u0431\u0443\u0442\u0438\u043b\u043a\u0438 \u043e\u0442 \u043c\u0438\u043d\u0435\u0440\u0430\u043b\u043d\u0430 \u0432\u043e\u0434\u0430",
"model": "ecomap.recyclableitem",
"fields": {
"material": 1
}
},
{
"pk": "\u0434\u044e\u0440\u0430\u0441\u0435\u043b",
"model": "ecomap.recyclableitem",
"fields": {
"material": 3
}
},
{
"pk": "\u0441\u043f\u0438\u0441\u0430\u043d\u0438\u044f",
"model": "ecomap.recyclableitem",
"fields": {
"material": 1
}
},
{
"pk": "\u0442\u0435\u043b\u0435\u043d\u0430 \u043e\u0433\u0440\u0430\u0434\u0430",
"model": "ecomap.recyclableitem",
"fields": {
"material": 2
}
},
{
"pk": "\u0443\u0447\u0435\u0431\u043d\u0438\u0446\u0438",
"model": "ecomap.recyclableitem",
"fields": {
"material": 1
}
}
]