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 <jlgimen...@gmail.com> wrote:

>
>
> On Thu, May 24, 2018, 10:06 AM Caleb Bryson <cbryson...@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+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/e500ed8f-e5b4-4d3b-aced-29f33dfeb7ec%40googlegroups.com
>> <https://groups.google.com/d/msgid/django-users/e500ed8f-e5b4-4d3b-aced-29f33dfeb7ec%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> 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+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/CANfN%3DK80LL-H3hETKcKMv8yLajgONuz4zKTFeJujS9VH0wZQJg%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CANfN%3DK80LL-H3hETKcKMv8yLajgONuz4zKTFeJujS9VH0wZQJg%40mail.gmail.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/CAE-E-_2xmTM3o4z8f5i26o7hLH8T_cRYKb1GMSsNvHFkK7_Kdg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to