Hi > 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 still the other machines > can't browse it. Apache is showing fine to the local network, so I > suppose I must be doing something wrong with django's DS.
So you can access it locally with 'localhost:8000' and '10.0.0.3:8000' but not from the rest of your network? That sounds like a problem with a firewall. Yours, Arthur