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 all interfaces)

manage.py runserver 192.168.1.117:8000 (listen only on port 8000 on the
interface to which 192.168.1.117 is bound)

> My ipconfig is;
>       Ethernet adapter Local Area Connection:
> 
>                 Connection-specific DNS Suffix  . : mydomainhere.com
>               IP Address. . . . . . . . . . . . : 192.168.1.117
>               Subnet Mask . . . . . . . . . . . : 255.255.255.0
>               Default Gateway . . . . . . . . . : 192.168.1.1

What does the equivalent for the machine from which you're trying to
access this server when you run manage.py runserver 0.0.0.0:8000 look like?
-- 
Regards,

Clifford Ilkay
Dinamis
1419-3266 Yonge St.
Toronto, ON
Canada  M4N 3P6

<http://dinamis.com>
+1 416-410-3326

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to