I've checked everything...
After upgrading interface looks like this:
Totally broken, but the only thing that is breaking everything is icons...
Neither CMD or DevTools doesn't seem to show any missing files...
I have already ran all of the commands makemigrations
, migrate
and collectstatic --clear
.
Running manage.py check
didn't show up any errors.
Checked(disabled/enabled) all of the apps, didn't work.
Checked urls.py
on any misconfiguration with staticfiles, still nothing.
Compared my base.py
, dev.py
files with fresh install of 2.11, didn't see nothing that can cause overriding CSS or JS(I'm using Django Debug Toolbar, tryed disabling it, didn't work, same as everything). Help. Please.
And also on a fresh install there was no "SKIP TO MAIN CONTENT" button on top. I don’t know what that has to do with anything
- Wagtail 2.11
- Django 3.0.11
- Using Pipenv for virtual environment