On 12/21/05, icylamb <[EMAIL PROTECTED]> wrote: > > I found the file MyProject-start.py in the same folder with dev.cfg > which I thought all the start-up script should be placed in there. Can > anyone explain to me what MyProject-start.py does? >
It launches the internal web server of Cherrypy. Then you just have to go to http://localhost:8080/ to access your site Evan

