I'm looking for the most graceful way of taking a non-web project based on either SQLObject or SQLAlchemy and overlay it with a decent web-framework.
I've looked at Turbogears, and even though it looks like something I could use, the models seems to have to be defined inside the Turbogears framework. I want the core functionality (models, code) and the presenting layer (turgbogears, ?) to be separated.
I need something that can take models from my already existing codebase and help presenting data without too much hassle.