views:

19

answers:

1

Normally, we start a pylons web application via command line:

pastser serve --reload development.ini

I wanna know can we start it programmaticly? In a python script file?

I want this because I can start it in IDE, and use the debugger