我正在webfaction上運行django,並且無法執行我的css文件。示例HTML文件,我已經是:django在webfaction上託管的css文件
<html>
<head>
</head>
<h1>
Poll
</h1>
<body>
<link rel="stylesheet" type="text/css" href="/home/shop/webapps/django/shop/static/index.css" />
<form name="Search bar" action="/search/results/p=1/" method="post">
{% csrf_token %}
UserId: <input type="text" name="UserId" /><br><br>
<input type="text" name="Keyword" />
<input type="submit" value="Search" />
</form>
</body>
</html>
完全相同的文件運行我的本地服務器上的罰款,但webfaction不起作用。我想知道是否有人有什麼錯誤的想法。
謝謝!
謝謝您的回覆。所以在這個例子中,在我的settings.py文件中,我有STATIC_URL ='/ home/shop/webapps/django/shop'對嗎?我不確定它爲什麼不起作用。 – iman453 2011-04-21 04:54:04
看看我的更新。我喜歡相關的答案。 – Blender 2011-04-21 04:55:16
它的工作!非常感謝您指點我的鏈接! – iman453 2011-04-21 05:56:38