django加載css等靜態文件

1.新建static文件夾,與templates同級;css 2.html文件中引用css的代碼爲:html {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'css/base.css' %}"> 3.圖片引用時使用相對路徑便可: <link rel="icon" href=".
相關文章
相關標籤/搜索