在訪問我的css腳本時遇到一些問題。 設置:無法訪問CSS文件
STATIC_URL = '/static/'
# Additional locations of static files
STATICFILES_DIRS = (
'/C:/NetMagProjekt/netmag/netmag/static',
# Put strings here, like "/home/html/static" or "C:/www/django/static".
# Always use forward slashes, even on Windows.
# Don't forget to use absolute paths, not relative paths.
)
模板基地
<link rel="stylesheet" type="text/css" href="{{STATIC_URL}}style.css"/>
如果我看在源代碼瀏覽器,它看起來是這樣的:
<link rel="stylesheet" type="text/css" href="{{STATIC_URL}}style.css"/>
我無法找到的CSS樣式。
任何想法?
你肯定喲你的網址是正確的? –
刪除前導'/' – karthikr