I gave this a try and I got this error:
[jjhug...@silo cms]$ python manage.py runserver 156.56.137.131:8000
Validating models...
0 errors found

Django version 1.1.1, using settings 'cms.settings'
Development server is running at http://156.56.137.131:8000/
Quit the server with CONTROL-C.
Error: That IP address can't be assigned-to.


Could the fact that I am using a university computer make any
difference (is there a way they can keep this from being used?)

Thanks for the help!

On Dec 8, 11:10 am, Shawn Milochik <sh...@milochik.com> wrote:
> 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 visithttp://192.168.1.105:8000instead.
>
> 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