-
- Start a PasteDeploy-based WSGI project: paster create -t paste_deploy $APP_NAME
- Serve the webapp: (Note: I usually rename docs/ to config/) cd $APP_NAME paster serve docs/devel_config.ini
If you're going the framework route, look at Pylons or Django.
If you're going the microframework route, you might be interested in Bottle.
flowblok’s blog