after install django 1.9 my admin panel not displayed icones;
Asked
Active
Viewed 67 times
0
-
Post the relevant parts of your `settings.py` related to static file serving. Did you run `manage.py collectstatic`? – Selcuk Apr 18 '16 at 07:54
-
1Please update your question to post your configuration details. We cannot help you with a screenshot. – Selcuk Apr 18 '16 at 08:00
-
in django 1.8 work normaly but after update non !! – user3083055 Apr 18 '16 at 08:02
-
Did you configure your webserver to serve static files? – ddalu5 Apr 18 '16 at 08:44
-
solved in http://stackoverflow.com/questions/2312714/can-the-django-dev-server-correctly-serve-svg thanks you – user3083055 Apr 18 '16 at 09:25