Please another problem

616 views
Skip to first unread message

Timothy Steele

unread,
Aug 8, 2016, 5:07:30 AM8/8/16
to Django users
i have my sever running and every thing is work but at the bottom of the pannel
it give this error pasted below Please help me to solve this my friends 
Performing system checks...

System check identified no issues (0 silenced).
August 08, 2016 - 08:39:33
Django version 1.10, using settings 'conference.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.
[08/Aug/2016 08:39:36] "GET / HTTP/1.1" 200 1767

(THE ERROR STATE FROM HEAR)

Not Found: /favicon.ico
[08/Aug/2016 08:39:36] "GET /favicon.ico HTTP/1.1" 404 1940
Not Found: /favicon.ico
[08/Aug/2016 08:39:37] "GET /favicon.ico HTTP/1.1" 404 1940
[08/Aug/2016 08:39:42] "GET /admin/ HTTP/1.1" 200 4797
[08/Aug/2016 08:39:53] "GET /admin/app/speaker/ HTTP/1.1" 200 4173
[08/Aug/2016 08:39:53] "GET /admin/jsi18n/ HTTP/1.1" 200 3189
[08/Aug/2016 08:39:55] "GET /admin/ HTTP/1.1" 200 4797
[08/Aug/2016 08:39:59] "GET /admin/app/ HTTP/1.1" 200 2960
[08/Aug/2016 08:39:59] "GET /static/admin/css/base.css HTTP/1.1" 304 0
[08/Aug/2016 08:39:59] "GET /static/admin/css/dashboard.css HTTP/1.1" 304 0
[08/Aug/2016 08:39:59] "GET /static/admin/css/fonts.css HTTP/1.1" 304 0
[08/Aug/2016 08:39:59] "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 304 0
[08/Aug/2016 08:39:59] "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 304 0
[08/Aug/2016 08:40:02] "GET /admin/ HTTP/1.1" 200 4797

Andreas Kuhne

unread,
Aug 8, 2016, 5:17:00 AM8/8/16
to django...@googlegroups.com
Hi Timothy,

There aren't any errors in the trace you are showing. There is a missing file however (404 error), that is the favicon.ico, which browsers try to fetch from the root URL if nothing is set in your html header. To resolve that, all you have to do is add a link to a favicon file. Check the http://stackoverflow.com/questions/23849377/html-5-favicon-support for an example.

Remember that you will need to add the {% static "favicon.ico" %} to make sure that the request is using staticfiles.

Regards,

Andréas



--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/bc139b06-c21d-4290-915f-4149ee3549a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Timothy Steele

unread,
Aug 8, 2016, 6:05:46 AM8/8/16
to Django users
THANK YOU VERY MACH I REALLY LIKE THE RESPONSE YOU HAVE GIVEN 
AND I SAY BRAVO FOR THAT, THIS IS THE TYPE OF GROUP I ALWAYS LIKE TO JOIN 
THANK YOU AGAIN AND AGAIN     (Andreas Kuhne May God Give you more knowledge)
Reply all
Reply to author
Forward
0 new messages