Django — Can't get static CSS files to load

后端 未结 20 1815
借酒劲吻你
借酒劲吻你 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:12

    Go to your HTML page load static by

    {% load static %}
    

    Now only mistake I've made was this

    My code:

    My image
    

    Updated:

    My image
    

    You get it right

提交回复
热议问题