Friday, May 25, 2018

Re: Starting a poll

Actually, such 404 message is not Django's fault. Your browser is trying to get the favicon.ico on its own for the browser's tab decorations. Such file is not provided neither needed by Django.

If you try to open the server url using something like curl or httpie, you won't see the "error".

El día 25 de mayo de 2018 a las 3:43:19, James Farris (jamesafarris@gmail.com) escrito:

If you open the app once the server is started by going to 127.0.0.1:8000 is it loading the website or are you getting a 404 error in the browser?

I see the favicon 404 error all the time, but it doesn't halt my site.  It's just django looking for a favicon. That shouldn't break anything. 

Another 404 you might see is django looking for a robots.txt file. This is normal until you have these setup. 

On Thu, May 24, 2018 at 2:15 PM Jorge Gimeno <jlgimeno71@gmail.com> wrote:


On Thu, May 24, 2018, 10:06 AM Caleb Bryson <cbryson633@gmail.com> wrote:
So I am follow the instructions on the django site to make a poll. I am at the current step where you run the server and everything went fine when i typed in the command. But now it is just there at saying "GET /favicon.ico HTTP/1.1" 404 1977 on the last command line. I was wondering should i wait, or close the cmd prompt and open a new one to continue the steps, or quit the server with CTRL-BREAK(not sure which button represents break on the key board)?

--
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-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/e500ed8f-e5b4-4d3b-aced-29f33dfeb7ec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout


Caleb,

If I recall correctly, Ctrl-C stops the server.  Django dpes know when some changes are made, but unless I know for sure I always stop and restart the server.
--
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-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/CANfN%3DK80LL-H3hETKcKMv8yLajgONuz4zKTFeJujS9VH0wZQJg%40mail.gmail.com.
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+unsubscribe@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/CAE-E-_2xmTM3o4z8f5i26o7hLH8T_cRYKb1GMSsNvHFkK7_Kdg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment