It seems in Django 1.9 there is a problem with location of some images.
This is taken from django admin user management. There are missing icons
for calendar, search and some other.
I think it used to work with 1.8, didn't have any occurences where to
test.
I think it was raised in grapelli as well because of the change in core
systems.
https://github.com/sehmaschine/django-grappelli/issues/714
[[Image(http://i.imgur.com/wONMiDn.png?1)]]
{{{
Not Found: /missing-admin-media-prefix/img/icon_calendar.gif
[22/Mar/2016 13:50:08] "GET /static/admin/img/selector-icons.gif HTTP/1.1"
304 0
Not Found: /missing-admin-media-prefix/img/icon_clock.gif
Not Found: /admin/auth/user/1/change/undefinedimg/selector-search.gif
Not Found: /admin/auth/user/1/change/undefinedimg/icon-unknown.gif
[22/Mar/2016 13:50:08] "GET /missing-admin-media-
prefix/img/icon_calendar.gif HTTP/1.1" 404 4455
[22/Mar/2016 13:50:08] "GET /missing-admin-media-prefix/img/icon_clock.gif
HTTP/1.1" 404 4446
[22/Mar/2016 13:50:08] "GET /admin/auth/user/1/change/undefinedimg
/selector-search.gif HTTP/1.1" 301 0
[22/Mar/2016 13:50:08] "GET /admin/auth/user/1/change/undefinedimg/icon-
unknown.gif HTTP/1.1" 301 0
[22/Mar/2016 13:50:08] "GET /admin/auth/user/1/change/undefinedimg
/selector-search.gif/ HTTP/1.1" 302 0
[22/Mar/2016 13:50:08] "GET /admin/auth/user/1/change/undefinedimg/icon-
unknown.gif/ HTTP/1.1" 302 0
Not Found: /admin/auth/user/1/change/undefinedimg/selector-
search.gif/change/
[22/Mar/2016 13:50:08] "GET /admin/auth/user/1/change/undefinedimg
/selector-search.gif/change/ HTTP/1.1" 404 1913
Not Found: /admin/auth/user/1/change/undefinedimg/icon-unknown.gif/change/
[22/Mar/2016 13:50:08] "GET /admin/auth/user/1/change/undefinedimg/icon-
unknown.gif/change/ HTTP/1.1" 404 1904
}}}
Best regards,
Kris
--
Ticket URL: <https://code.djangoproject.com/ticket/26394>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* needs_better_patch: => 0
* resolution: => invalid
* needs_tests: => 0
* needs_docs: => 0
Comment:
Something is wrong with your setup because it looks like the static files
for Django 1.8 are still being used. Please see
TicketClosingReasons/UseSupportChannels for ways to get help.
--
Ticket URL: <https://code.djangoproject.com/ticket/26394#comment:1>
Comment (by Dylan Young):
Hey Kris: Were you able to track this bug down?
--
Ticket URL: <https://code.djangoproject.com/ticket/26394#comment:2>