Commit 2dd6075
committed
fix(project): replace home with bakerydemo apps, init now in project package
home.HomePage and bakerydemo.base.HomePage both extend Wagtail Page with the
same page_ptr reverse name, causing migration errors when both apps are active.
Replace "home" in INSTALLED_APPS with the bakerydemo app set; the init
management command is now in the project package so it remains discoverable
without home.1 parent c5dc52c commit 2dd6075
1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
736 | 736 | | |
737 | 737 | | |
738 | 738 | | |
739 | | - | |
740 | | - | |
741 | | - | |
742 | | - | |
743 | | - | |
744 | | - | |
745 | | - | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
746 | 746 | | |
747 | 747 | | |
748 | 748 | | |
| |||
0 commit comments