how to save icons in django static 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' %}"/>