We do not automatically use a wsgi server because we want to offer flexibility to our users. Additionally we felt that having less magic in what we automatically do to your application (other than run it) was more of the Python way.
back
1 comments
> "was more of the Python way."
That you tailor each environment to the language/framework around it is a great touch.