summaryrefslogtreecommitdiff
path: root/chimere/fixtures/initial_data.json
blob: 981693274ac4cf7e4d437fb055ef5c5d211305cc (plain)
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
[
    {
        "pk": 1, 
        "model": "chimere.colortheme", 
        "fields": {
            "name": "Blue"
        }
    }, 
    {
        "pk": 1, 
        "model": "chimere.color", 
        "fields": {
            "code": "0000FF", 
            "color_theme": 1, 
            "order": 10
        }
    }, 
    {
        "pk": 2, 
        "model": "chimere.color", 
        "fields": {
            "code": "2222FF", 
            "color_theme": 1, 
            "order": 20
        }
    }, 
    {
        "pk": 3, 
        "model": "chimere.color", 
        "fields": {
            "code": "4444FF", 
            "color_theme": 1, 
            "order": 30
        }
    }, 
    {
        "pk": 1, 
        "model": "chimere.category", 
        "fields": {
            "available": true, 
            "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc blandit porta eros, quis varius orci luctus nec. Suspendisse tempor sagittis tortor. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus imperdiet consequat dolor. Etiam risus orci, auctor nec hendrerit ut, congue at ante. Aliquam et accumsan neque. Aliquam ac massa felis, ac porttitor nunc. Curabitur blandit odio id enim sodales blandit. Curabitur eleifend commodo lorem a feugiat. Nam at quam semper justo ultricies tempor.\r\n", 
            "name": "Default category", 
            "order": 10
        }
    }, 
    {
        "pk": 1, 
        "model": "chimere.icon", 
        "fields": {
            "width": 21, 
            "image": "icons/marker.png", 
            "name": "Default icon", 
            "height": 25
        }
    }, 
    {
        "pk": 1, 
        "model": "chimere.subcategory", 
        "fields": {
            "category": 1, 
            "available": true, 
            "name": "Default subcategory", 
            "item_type": "M", 
            "color_theme": null, 
            "order": 10, 
            "icon": 1
        }
    }, 
    {
        "pk": 7,
        "model": "chimere.multimediatype",
        "fields": {
            "available": true,
            "media_type": "V",
            "iframe": false,
            "name": "Matroska (mkv)",
            "mime_type": "video/x-matroska"
        }
    },
    {
        "pk": 1,
        "model": "chimere.multimediatype",
        "fields": {
            "available": true,
            "media_type": "A",
            "iframe": false,
            "name": "MP4 (mp4)",
            "mime_type": "audio/mp4"
        }
    },
    {
        "pk": 2,
        "model": "chimere.multimediatype",
        "fields": {
            "available": true,
            "media_type": "A",
            "iframe": false,
            "name": "MP3 (mp3)",
            "mime_type": "audio/mpeg"
        }
    },
    {
        "pk": 3,
        "model": "chimere.multimediatype",
        "fields": {
            "available": true,
            "media_type": "A",
            "iframe": false,
            "name": "Ogg Vorbis (ogg)",
            "mime_type": "audio/ogg"
        }
    },
    {
        "pk": 5,
        "model": "chimere.multimediatype",
        "fields": {
            "available": true,
            "media_type": "V",
            "iframe": false,
            "name": "MP4 (mp4)",
            "mime_type": "video/mp4"
        }
    },
    {
        "pk": 4,
        "model": "chimere.multimediatype",
        "fields": {
            "available": true,
            "media_type": "V",
            "iframe": false,
            "name": "MPEG-1 (mpg, mpeg)",
            "mime_type": "video/mpeg"
        }
    },
    {
        "pk": 8,
        "model": "chimere.multimediatype",
        "fields": {
            "available": true,
            "media_type": "V",
            "iframe": false,
            "name": "AVI - xvid, mp3 (avi)",
            "mime_type": "video/msvideo; codecs='xvid,mp3'"
        }
    },
    {
        "pk": 6,
        "model": "chimere.multimediatype",
        "fields": {
            "available": true,
            "media_type": "V",
            "iframe": false,
            "name": "Ogg Theora (ogg, ogm, ogv)",
            "mime_type": "video/ogg"
        }
    },
    {
        "pk": 9,
        "model": "chimere.multimediatype",
        "fields": {
            "available": true,
            "media_type": "V",
            "iframe": true,
            "name": "Youtube",
            "mime_type": ""
        }
    },
    {
        "pk": 10,
        "model": "chimere.multimediatype",
        "fields": {
            "available": true,
            "media_type": "O",
            "iframe": true,
            "name": "Iframe",
            "mime_type": ""
        }
    },
    {
        "pk": 11,
        "model": "chimere.multimediatype",
        "fields": {
            "available": true,
            "media_type": "V",
            "iframe": true,
            "name": "Dailymotion",
            "mime_type": ""
        }
    },
    {
        "pk": 12,
        "model": "chimere.multimediatype",
        "fields": {
            "available": true,
            "media_type": "V",
            "iframe": true,
            "name": "Vimeo",
            "mime_type": ""
        }
    },
    {
        "pk": 13,
        "model": "chimere.multimediatype",
        "fields": {
            "available": true,
            "media_type": "V",
            "iframe": false,
            "name": "Webm (webm)",
            "mime_type": "video/webm"
        }
    },
    {
        "pk": 14,
        "model": "chimere.multimediatype",
        "fields": {
            "available": true,
            "media_type": "A",
            "iframe": false,
            "name": "Webm (webm)",
            "mime_type": "audio/webm"
        }
    },
    {
        "pk": 15,
        "model": "chimere.multimediatype",
        "fields": {
            "available": true,
            "media_type": "I",
            "iframe": false,
            "name": "URL",
            "mime_type": ""
        }
    },
    {
        "pk": 1,
        "model": "chimere.layer",
        "fields": {
            "layer_code": "new OpenLayers.Layer.OSM.Mapnik(\"Default\",\r\n{attribution:\"\", keyid:\"mapnik\", displayOutsideMaxExtent:!0,wrapDateLine:!0,layerCode:\"M\"})",
            "name": "OSM - Mapnik"
        }
    },
    {
        "pk": 2,
        "model": "chimere.layer",
        "fields": {
            "layer_code": "new OpenLayers.Layer.OSM.CycleMap(\"Cycle map\",\r\n{attribution:\"Tiles courtesy of <a href='http://www.opencyclemap.org/' target='_blank'>Andy Allan</a>\",\r\nkeyid:\"cyclemap\",displayOutsideMaxExtent:!0,wrapDateLine:!0,layerCode:\"C\"})",
            "name": "OSM - CycleMap"
        }
    },
    {
        "pk": 3,
        "model": "chimere.layer",
        "fields": {
            "layer_code": "new OpenLayers.Layer.OSM.TransportMap(\"Transport map\",\r\n{attribution:\"Tiles courtesy of <a href='http://www.opencyclemap.org/' target='_blank'>Andy Allan</a>\",\r\nkeyid:\"transportmap\",displayOutsideMaxExtent:!0,wrapDateLine:!0,layerCode:\"T\"})",
            "name": "OSM - TransportMap"
        }
    }
]