-
Notifications
You must be signed in to change notification settings - Fork 1
/
contenttype.json
122 lines (122 loc) · 2.04 KB
/
contenttype.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
[
{
"model": "contenttypes.contenttype",
"pk": 1,
"fields": {
"app_label": "admin",
"model": "logentry"
}
},
{
"model": "contenttypes.contenttype",
"pk": 2,
"fields": {
"app_label": "auth",
"model": "permission"
}
},
{
"model": "contenttypes.contenttype",
"pk": 3,
"fields": {
"app_label": "auth",
"model": "group"
}
},
{
"model": "contenttypes.contenttype",
"pk": 4,
"fields": {
"app_label": "auth",
"model": "user"
}
},
{
"model": "contenttypes.contenttype",
"pk": 5,
"fields": {
"app_label": "contenttypes",
"model": "contenttype"
}
},
{
"model": "contenttypes.contenttype",
"pk": 6,
"fields": {
"app_label": "sessions",
"model": "session"
}
},
{
"model": "contenttypes.contenttype",
"pk": 7,
"fields": {
"app_label": "app1",
"model": "collection"
}
},
{
"model": "contenttypes.contenttype",
"pk": 8,
"fields": {
"app_label": "app1",
"model": "larder"
}
},
{
"model": "contenttypes.contenttype",
"pk": 9,
"fields": {
"app_label": "app1",
"model": "member"
}
},
{
"model": "contenttypes.contenttype",
"pk": 10,
"fields": {
"app_label": "app1",
"model": "pickup"
}
},
{
"model": "contenttypes.contenttype",
"pk": 11,
"fields": {
"app_label": "app1",
"model": "product"
}
},
{
"model": "contenttypes.contenttype",
"pk": 12,
"fields": {
"app_label": "app1",
"model": "supplier"
}
},
{
"model": "contenttypes.contenttype",
"pk": 13,
"fields": {
"app_label": "app1",
"model": "volunteer"
}
},
{
"model": "contenttypes.contenttype",
"pk": 14,
"fields": {
"app_label": "app1",
"model": "update"
}
},
{
"model": "contenttypes.contenttype",
"pk": 15,
"fields": {
"app_label": "app1",
"model": "productout"
}
}
]