Re: Making Django Development server available to local network.

2006-02-09 Thread gizo
Jan Rademaker wrote: > Panos Laganakos wrote: > > I am using a local server for all web development stuff. So I set up > > django on it and started the tutorial. > You could try 'manage runserver 0:8000' so it won't bind to a specific > interface/ip address. Panos, I was about to ask the same

Re: Making Django Development server available to local network.

2006-02-05 Thread Jan Rademaker
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

Making Django Development server available to local network.

2006-02-05 Thread Panos Laganakos
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. I tried doing it with admin privileges, but