how to add ico to my django site code example
Example: favicon django
<link rel="shortcut icon" type="image/png" href="{% static 'favicon.ico' %}"/>
<link rel="shortcut icon" type="image/png" href="{% static 'favicon.ico' %}"/>