I've been developing with the development server with the default settings
without problems. My main development is done in a Windows virtual machine
running on a Macbook Pro. Today I wanted to test the output with Safari.
Since I don't have that installed in Windows, I decided to just try
connecting with Safari from OSX to the virtual machine.  That led me to an
adventure into the runserver settings.

It looks like I should be able to just enter "manage.py runserver
192.168.1.117:8000" to expose the development server to the network.  When I
try it, it looks like it's working and I get this;

>c:\DjangoProjects\FiscalCalendar>manage.py runserver 192.168.1.117:8000
>Validating models...
>0 errors found
>
>Django version 1.0.2 final, using settings 'FiscalCalendar.settings'
>Development server is running at http://192.168.1.117:8000/
>Quit the server with CTRL-BREAK.

It looks like it's working but when I enter the address in the browser I get
a connection timeout error. The server never gets the request. I'm not
running any firewall. Is there some other setting somewhere that allows the
development server to serve up requests to external browsers?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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