Django 3.1 | Admin page appearance issue

后端 未结 3 820
故里飘歌
故里飘歌 2020-12-30 03:01

Today I have updated Django to latest version 3.1.

But for some reason when the logged in to admin page, all I cans see is a weird looking admin page.

3条回答
  •  攒了一身酷
    2020-12-30 03:50

    Your browser is caching the CSS / JS from the old version, in which case clear your cache and for that, you need to do Force Reload.

    @Tom Carrick, you are right btw.

    and to Force Reload in Chrome use Hold the Ctrl key and press the R.

    and for Mozill Firefox Ctrl + Shift + R

提交回复
热议问题