静的リソースへの未解決の参照を報告します。

例:


{% load staticfiles %}
<link rel="stylesheet" type="text/css" href="{% static 'polls/style.css' %}" />

この例では、style.cssstatic/poll ディレクトリにない場合にハイライトされます。