1[
2{
3    "pk": 1,
4    "model": "wagtailcore.page",
5    "fields": {
6        "title": "Root",
7        "draft_title": "Root",
8        "numchild": 1,
9        "show_in_menus": false,
10        "live": true,
11        "depth": 1,
12        "content_type": ["wagtailcore", "page"],
13        "path": "0001",
14        "url_path": "/",
15        "slug": "root"
16    }
17},
18
19{
20    "pk": 2,
21    "model": "wagtailcore.page",
22    "fields": {
23        "title": "Welcome to testserver!",
24        "draft_title": "Welcome to testserver!",
25        "numchild": 1,
26        "show_in_menus": false,
27        "live": true,
28        "depth": 2,
29        "content_type": ["tests", "eventpage"],
30        "path": "00010001",
31        "url_path": "/home/",
32        "slug": "home"
33    }
34},
35{
36    "pk": 2,
37    "model": "tests.eventpage",
38    "fields": {
39        "date_from": "2014-12-25",
40        "audience": "public",
41        "location": "The North Pole",
42        "body": "<p>Welcome!</p>",
43        "cost": "Free"
44    }
45},
46
47{
48    "pk": 3,
49    "model": "wagtailcore.page",
50    "fields": {
51        "title": "About us",
52        "draft_title": "About us",
53        "numchild": 0,
54        "show_in_menus": true,
55        "live": true,
56        "depth": 3,
57        "content_type": ["tests", "eventpage"],
58        "path": "000100010001",
59        "url_path": "/home/about-us/",
60        "slug": "about-us"
61    }
62},
63{
64    "pk": 3,
65    "model": "tests.eventpage",
66    "fields": {
67        "date_from": "2014-12-25",
68        "audience": "public",
69        "location": "The North Pole",
70        "body": "<p>Welcome!</p>",
71        "cost": "Free"
72    }
73},
74
75{
76    "pk": 4,
77    "model": "wagtailcore.page",
78    "fields": {
79        "title": "Welcome to example.com!",
80        "draft_title": "Welcome to example.com!",
81        "numchild": 1,
82        "show_in_menus": false,
83        "live": true,
84        "depth": 2,
85        "content_type": ["tests", "eventpage"],
86        "path": "00010002",
87        "url_path": "/example-home/",
88        "slug": "example-home"
89    }
90},
91{
92    "pk": 4,
93    "model": "tests.eventpage",
94    "fields": {
95        "date_from": "2014-12-25",
96        "audience": "public",
97        "location": "The North Pole",
98        "body": "<p>Welcome!</p>",
99        "cost": "Free"
100    }
101},
102
103{
104    "pk": 5,
105    "model": "wagtailcore.page",
106    "fields": {
107        "title": "Content",
108        "draft_title": "Content",
109        "numchild": 2,
110        "show_in_menus": true,
111        "live": true,
112        "depth": 3,
113        "content_type": ["tests", "eventpage"],
114        "path": "000100020001",
115        "url_path": "/example-home/content/",
116        "slug": "content",
117        "owner": 1
118    }
119},
120{
121    "pk": 5,
122    "model": "tests.eventpage",
123    "fields": {
124        "date_from": "2014-12-25",
125        "audience": "public",
126        "location": "The North Pole",
127        "body": "<p>Welcome!</p>",
128        "cost": "Free"
129    }
130},
131
132{
133    "pk": 6,
134    "model": "wagtailcore.page",
135    "fields": {
136        "title": "Page 1",
137        "draft_title": "Page 1",
138        "numchild": 0,
139        "show_in_menus": true,
140        "live": true,
141        "depth": 4,
142        "content_type": ["tests", "eventpage"],
143        "path": "0001000200010001",
144        "url_path": "/example-home/content/page-1/",
145        "slug": "page-1",
146        "owner": 1
147    }
148},
149{
150    "pk": 6,
151    "model": "tests.eventpage",
152    "fields": {
153        "date_from": "2014-12-25",
154        "audience": "public",
155        "location": "The North Pole",
156        "body": "<p>Welcome!</p>",
157        "cost": "Free"
158    }
159},
160
161{
162    "pk": 7,
163    "model": "wagtailcore.page",
164    "fields": {
165        "title": "Page 2",
166        "draft_title": "Page 2",
167        "numchild": 1,
168        "show_in_menus": true,
169        "live": true,
170        "depth": 4,
171        "content_type": ["tests", "eventpage"],
172        "path": "0001000200010002",
173        "url_path": "/example-home/content/page-2/",
174        "slug": "page-2",
175        "owner": 1
176    }
177},
178{
179    "pk": 7,
180    "model": "tests.eventpage",
181    "fields": {
182        "date_from": "2014-12-25",
183        "audience": "public",
184        "location": "The North Pole",
185        "body": "<p>Welcome!</p>",
186        "cost": "Free"
187    }
188},
189
190{
191    "pk": 8,
192    "model": "wagtailcore.page",
193    "fields": {
194        "title": "Other Content",
195        "draft_title": "Other Content",
196        "numchild": 0,
197        "show_in_menus": true,
198        "live": true,
199        "depth": 3,
200        "content_type": ["tests", "eventpage"],
201        "path": "000100020002",
202        "url_path": "/example-home/other-content/",
203        "slug": "other-content",
204        "owner": 1
205    }
206},
207{
208    "pk": 8,
209    "model": "tests.eventpage",
210    "fields": {
211        "date_from": "2014-12-25",
212        "audience": "public",
213        "location": "The North Pole",
214        "body": "<p>Welcome!</p>",
215        "cost": "Free"
216    }
217},
218
219{
220    "pk": 9,
221    "model": "wagtailcore.page",
222    "fields": {
223        "title": "Child 1 of Page 2",
224        "draft_title": "Child 1 of Page 2",
225        "numchild": 0,
226        "show_in_menus": true,
227        "live": true,
228        "depth": 5,
229        "content_type": ["tests", "eventpage"],
230        "path": "00010002000100020001",
231        "url_path": "/example-home/content/page-2/child-1/",
232        "slug": "child-1",
233        "owner": 1
234    }
235},
236{
237    "pk": 9,
238    "model": "tests.eventpage",
239    "fields": {
240        "date_from": "2014-12-25",
241        "audience": "public",
242        "location": "The North Pole",
243        "body": "<p>Welcome!</p>",
244        "cost": "Free"
245    }
246},
247
248{
249    "pk": 10,
250    "model": "wagtailcore.page",
251    "fields": {
252        "title": "Welcome to example2.com!",
253        "draft_title": "Welcome to example2.com!",
254        "numchild": 0,
255        "show_in_menus": false,
256        "live": true,
257        "depth": 2,
258        "content_type": ["tests", "eventpage"],
259        "path": "00010003",
260        "url_path": "/home-2/",
261        "slug": "home-2"
262    }
263},
264{
265    "pk": 10,
266    "model": "tests.eventpage",
267    "fields": {
268        "date_from": "2014-12-25",
269        "audience": "private",
270        "location": "The North Pole",
271        "body": "<p>Welcome!</p>",
272        "cost": "Free"
273    }
274},
275
276{
277    "pk": 1,
278    "model": "wagtailcore.site",
279    "fields": {
280        "root_page": 2,
281        "hostname": "testserver",
282        "port": 80,
283        "is_default_site": true
284    }
285},
286{
287    "pk": 2,
288    "model": "wagtailcore.site",
289    "fields": {
290        "root_page": 4,
291        "hostname": "example.com",
292        "port": 80,
293        "is_default_site": false
294    }
295},
296{
297    "pk": 3,
298    "model": "wagtailcore.site",
299    "fields": {
300        "root_page": 10,
301        "hostname": "example2.com",
302        "port": 80,
303        "is_default_site": false
304    }
305},
306
307{
308    "pk": 3,
309    "model": "auth.group",
310    "fields": {
311        "name": "Group 1",
312        "permissions": [
313            ["access_admin", "wagtailadmin", "admin"]
314        ]
315    }
316},
317{
318    "pk": 4,
319    "model": "auth.group",
320    "fields": {
321        "name": "Group 2",
322        "permissions": [
323            ["access_admin", "wagtailadmin", "admin"]
324        ]
325    }
326},
327{
328    "pk": 5,
329    "model": "auth.group",
330    "fields": {
331        "name": "Group 3",
332        "permissions": [
333            ["access_admin", "wagtailadmin", "admin"]
334        ]
335    }
336},
337
338{
339    "pk": 1,
340    "model": "wagtailcore.grouppagepermission",
341    "fields": {
342        "group": ["Group 1"],
343        "page": 2,
344        "permission_type": "add"
345    }
346},
347{
348    "pk": 2,
349    "model": "wagtailcore.grouppagepermission",
350    "fields": {
351        "group": ["Group 1"],
352        "page": 2,
353        "permission_type": "edit"
354    }
355},
356{
357    "pk": 3,
358    "model": "wagtailcore.grouppagepermission",
359    "fields": {
360        "group": ["Group 1"],
361        "page": 2,
362        "permission_type": "publish"
363    }
364},
365{
366    "pk": 3,
367    "model": "wagtailcore.grouppagepermission",
368    "fields": {
369        "group": ["Group 1"],
370        "page": 2,
371        "permission_type": "choose"
372    }
373},
374{
375    "pk": 5,
376    "model": "wagtailcore.grouppagepermission",
377    "fields": {
378        "group": ["Group 2"],
379        "page": 6,
380        "permission_type": "edit"
381    }
382},
383{
384    "pk": 6,
385    "model": "wagtailcore.grouppagepermission",
386    "fields": {
387        "group": ["Group 2"],
388        "page": 6,
389        "permission_type": "choose"
390    }
391},
392{
393    "pk": 7,
394    "model": "wagtailcore.grouppagepermission",
395    "fields": {
396        "group": ["Group 3"],
397        "page": 8,
398        "permission_type": "edit"
399    }
400},
401{
402    "pk": 8,
403    "model": "wagtailcore.grouppagepermission",
404    "fields": {
405        "group": ["Group 3"],
406        "page": 8,
407        "permission_type": "choose"
408    }
409}
410]
411