Commit 6cddf25
committed
fix: create home page as child of root in Wagtail initial data setup
_setup_wagtail_initial_data was only creating the root page (depth=1).
The page explorer shows children of root, so without a home page (depth=2)
the explorer shows 0 pages. Also update the default site to point to the
home page rather than the treebeard root.1 parent afc43ec commit 6cddf25
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
839 | 839 | | |
840 | 840 | | |
841 | 841 | | |
| 842 | + | |
842 | 843 | | |
843 | 844 | | |
844 | | - | |
| 845 | + | |
845 | 846 | | |
846 | 847 | | |
847 | 848 | | |
| |||
0 commit comments