RE: Accessing the development server from another machine.

2009-03-04 Thread Joe Goldthwaite
appreciated! Joe Goldthwaite -Original Message- From: django-users@googlegroups.com [mailto:django-us...@googlegroups.com] On Behalf Of CLIFFORD ILKAY Sent: Wednesday, March 04, 2009 3:53 PM To: django-users@googlegroups.com Subject: Re: Accessing the development server from another machine

Re: Accessing the development server from another machine.

2009-03-04 Thread CLIFFORD ILKAY
Joe Goldthwaite wrote: > It makes sense that the dev server won't listen to other requests. The > question is then, how to I explicitly specify which address(es) that I want > the dev server to listen on? Just like you did when you typed: manage.py runserver 0.0.0.0:8000 (listen on port 8000 on

RE: Accessing the development server from another machine.

2009-03-04 Thread Joe Goldthwaite
com Subject: Re: Accessing the development server from another machine. Joe Goldthwaite wrote: > I don't think it's a network problem. I've got Zope running on port 80 of > this same VM and can access it from any of the other computers. I thought > it might be related to using a different port

Re: Accessing the development server from another machine.

2009-03-04 Thread CLIFFORD ILKAY
Joe Goldthwaite wrote: > Tried it. I no longer get the “getaddrinfo failed” error message. I’m > now able to access the server as localhost or 127.0.0.1 but no > 192.168.1.117. What does the output of "ipconfig" on Windows and whatever the equivalent is in OS X look like? To which machine is

Re: Accessing the development server from another machine.

2009-03-04 Thread CLIFFORD ILKAY
Joe Goldthwaite wrote: > I don't think it's a network problem. I've got Zope running on port 80 of > this same VM and can access it from any of the other computers. I thought > it might be related to using a different port than 80 so I stopped Zope and > tried running the development server on

RE: Accessing the development server from another machine.

2009-03-04 Thread Joe Goldthwaite
somewhere. _ From: django-users@googlegroups.com [mailto:django-us...@googlegroups.com] On Behalf Of Karen Tracey Sent: Wednesday, March 04, 2009 3:00 PM To: django-users@googlegroups.com Subject: Re: Accessing the development server from another machine. On Wed, Mar 4, 2009 at 4:

RE: Accessing the development server from another machine.

2009-03-04 Thread Joe Goldthwaite
Subject: Re: Accessing the development server from another machine. Joe Goldthwaite wrote: > My main development is done in a Windows virtual machine > running on a Macbook Pro. Today I wanted to test the output with Safari. [snip] > It looks like it's working but when I enter th

Re: Accessing the development server from another machine.

2009-03-04 Thread Karen Tracey
On Wed, Mar 4, 2009 at 4:51 PM, Joe Goldthwaite wrote: > > Thanks Alex. That did something. Now I'm getting this; > > >c:\DjangoProjects\FiscalCalendar>manage.py runserver 0:8000 > >Validating models... > >0 errors found > > > >Django version 1.0.2 final, using settings

RE: Accessing the development server from another machine.

2009-03-04 Thread Joe Goldthwaite
he start up in the debugger makes my head hurt. -Original Message- From: django-users@googlegroups.com [mailto:django-us...@googlegroups.com] On Behalf Of Alex Gaynor Sent: Wednesday, March 04, 2009 11:44 AM To: django-users@googlegroups.com Subject: Re: Accessing the development server fro

Re: Accessing the development server from another machine.

2009-03-04 Thread CLIFFORD ILKAY
Joe Goldthwaite wrote: > My main development is done in a Windows virtual machine > running on a Macbook Pro. Today I wanted to test the output with Safari. [snip] > 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

Re: Accessing the development server from another machine.

2009-03-04 Thread Alex Gaynor
On 3/4/09, Joe Goldthwaite wrote: > > 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

Accessing the development server from another machine.

2009-03-04 Thread Joe Goldthwaite
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