I am running Django 1.9 and I am missing a few admin icons, such as a magnifying glass for the search box, a calendar, and a clock for DateTimeFields . When checking an item, I see the following:
<img src="/static/admin/img/search.svg" alt="Search">
I checked the file location and my svg files. I have only a static set of URLs.
STATIC_URL = '/static/'
source share