I installing Wagtail on shared hosting. Instead of normal main and admin page there is view like that
Asked
Active
Viewed 60 times
0

Denis S.
- 137
- 2
- 11
-
I put an answer below but without more information about what kind of shared hosting, whether the issue is happening on the hosting only (ie. not local development) and your setings.py configs it will be hard to give any more specific guidance. – LB Ben Johnston Feb 08 '22 at 22:17
1 Answers
0
It looks like your static assets are not correctly built (CSS/JS).
If you are running locally you may need to run the Django management command collectstatic.
./manage.py collectstatic
If you are encountering this on the server, here are some relevant questions that may help.

LB Ben Johnston
- 4,751
- 13
- 29