the favicon.ico can not be found... all browsers look for favicon.ico on all the pages to show the small icon on the tabs. you should put one of such icons with that name in your static folder in order to serve them
You can also uso this on your html and use whatever name you want for the favicon <link rel="icon" href="youriconame.ico" type="image/x-icon" /> Of course you should include the path to your static folder 2016-02-18 8:25 GMT+00:00 MARK DEMARKTRIX <[email protected]>: > please help on me upon that error > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > 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/407df6ed-3bdd-48c0-8e29-23e04da8bd72%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/407df6ed-3bdd-48c0-8e29-23e04da8bd72%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- *monoBOT* Visite mi sitio(Visit my site): monobotsoft.es/blog/ -- 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 [email protected]. To post to this group, send email to [email protected]. 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/CA%2BxOsGDgXwroyQGFC9DtEiMfvP1pSj1EMBLEZEjkQtxbuLsyrQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

