Django — Can't get static CSS files to load

后端 未结 20 1902
借酒劲吻你
借酒劲吻你 2020-11-29 23:45

I\'m running Django\'s development server (runserver) on my local machine (Mac OS X) and cannot get the CSS files to load.

Here are the relevant entries

20条回答
  •  感情败类
    2020-11-30 00:21

    Another simple thing to try is to stop, and then restart the server e.g.

    $ python manage.py runserver
    

    I looked into the other answers, but restarting the server worked for me.

提交回复
热议问题