Unresolved static reference
Reports unresolved references to static resources.
Example:
{% load staticfiles %}
<link rel="stylesheet" type="text/css" href="{% static 'polls/style.css' %}" />
In this example, style.css
is highlighted if there is no such a file in the static/poll
directory.
Inspection Details | |
---|---|
Available in: | PyCharm 2023.3 |
Plugin: | Python, 233.SNAPSHOT |
Last modified: 13 July 2023