Django's admin pages are missing their typical formatting/style, have I set it up wrong?

后端 未结 3 1761
你的背包
你的背包 2020-12-06 11:42

I finally got my django install working, however I\'m noticing that the typical look and feel of the admin pages are missing, and it\'s as if there are no styles applied to

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-06 12:27

    You need to provide more info for use to help you properly. However, this is most probably because didn't set up your Web server to serve static file, and therefor, the admin CSS is not loaded.

    To solve this, got the the admin and look at the HTML source. You'll css the path to the admind css. Make your web server service this file on this path.

提交回复
热议问题