Re: whereis localhost on filesystem under python 2.6 windows 7

2010-02-03 Thread Shawn Milochik
The localhost isn't a place in your filesystem. It's an alias for the IP address of your own computer, A.K.A. 127.0.0.1. When you say that 'Python has installed a webserver,' that's not accurate. Django comes with a Web server which you invoke when you run './manage.py runserver,' but it's not

whereis localhost on filesystem under python 2.6 windows 7

2010-02-03 Thread phil.shinn
stupid newbie question - i installed django and have been going through the tutorials. i understand python has installed a webserver that runs when i do a 'manage.py runserver'. Can anyone tell me where the localhost directory is on my filesystem? thanks in advance -- You received this message