If you run 'ifconfig' on the command line, you will get your IP address. Let's 
pretend that your IP address is 192.168.1.105. Try this:

python manage.py runserver 192.168.1.105:8000

See if you can visit http://192.168.1.105:8000 instead.

I don't know what the problem is, but maybe it's something to do with your 
hosts file or some firewall issues that's messing with 127.0.0.1.  Thanks for 
providing the command-line output to manage.py, although the fact that it's not 
giving any errors doesn't help us here. 

Shawn


--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to