I want to change the Root page in Wagtail.
- I have deleted the default home page
- Created another page assigned "home" as slug.
- Created a template my_page_name_home.html
But I am getting 404 all the time when I try http://localhost:8000/. Do I have to change the urls.py patterns?
I am doing this because of Wagtailtrans add-on. In order to work i have to redirect away from the homepage to my new page ot type TranslatableSiteRootPage