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
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
2 matches
Mail list logo