Skip to content

Commit e20de01

Browse files
committed
Update fixtures
1 parent f439b03 commit e20de01

File tree

1 file changed

+6
-32
lines changed

1 file changed

+6
-32
lines changed

pythonkr_backend/fixtures.json

Lines changed: 6 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -17,40 +17,14 @@
1717
}
1818
},
1919
{
20-
"model": "wagtailcore.page",
20+
"model": "wagtailcore.site",
2121
"pk": 1,
2222
"fields": {
23-
"path": "0001",
24-
"depth": 1,
25-
"numchild": 1,
26-
"translation_key": "0bddbb0f-7275-4646-81a5-c89de32daa6c",
27-
"locale": 1,
28-
"latest_revision": null,
29-
"live": true,
30-
"has_unpublished_changes": false,
31-
"first_published_at": null,
32-
"last_published_at": null,
33-
"live_revision": null,
34-
"go_live_at": null,
35-
"expire_at": null,
36-
"expired": false,
37-
"locked": false,
38-
"locked_at": null,
39-
"locked_by": null,
40-
"title": "Root",
41-
"draft_title": "Root",
42-
"slug": "root",
43-
"content_type": [
44-
"wagtailcore",
45-
"page"
46-
],
47-
"url_path": "/",
48-
"owner": null,
49-
"seo_title": "",
50-
"show_in_menus": false,
51-
"search_description": "",
52-
"latest_revision_created_at": null,
53-
"alias_of": null
23+
"hostname": "localhost",
24+
"port": 80,
25+
"site_name": "",
26+
"root_page": 3,
27+
"is_default_site": true
5428
}
5529
},
5630
{

0 commit comments

Comments
 (0)