On Tue, Aug 19, 2014 at 5:07 PM, Andrew Koller <[email protected]> wrote:
> Yes they are on the same computer and no, I don't get any additional output
> to the console. I know that something is sort of working because the chrome
> error message changes from "This webpage is not available" to "No data
> received" on 127.0.0.1:8000
>

>From another console on the same machine:

telnet 127.0.0.1 8000

If it then says "Connected to localhost." type this in and hit return
twice afterwards

GET / HTTP/1.1
Host: 127.0.0.1

Alternatively, if you have curl installed:

curl -I http://127.0.0.1:8000/

Show the full output of either command please.

Cheers

Tom

-- 
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 http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFHbX1JJ52GMTNzfYdnRJkTGiC-d71cyALyFY6qFBKyB23gjdg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to