Panos Laganakos wrote:
> Hello,
>
> I am using a local server for all web development stuff. So I set up
> django on it and started the tutorial.
>
> Thing is, that when I try '$ python manage runserver 10.0.0.3:8000' to
> start the server, it won't make it available to the network.

You could try 'manage runserver 0:8000' so it won't bind to a specific
interface/ip address.

-janr

Reply via email to