私の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 スタイルが見つかりません。
何か案は?