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



2016-08-08 11:07 GMT+02:00 Timothy Steele <steeletimothy2...@gmail.com>:

> 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
>
> --
> 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+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@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
> <https://groups.google.com/d/msgid/django-users/bc139b06-c21d-4290-915f-4149ee3549a8%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@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/CALXYUb%3DGmrwqqtOpd%3DVwN1-Hte0N0HrC1kckAscuZWdK04Zp9g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to