Do you know a framework in Python which is similar to the Spring MVC java framework?
What I'd love to have is that magic Converters that get, say, a movie_id from the request url and automatically fetch the Movie from you database and call a method of yours passing the object.
If you have used Spring MVC you might understand what I mean. Please help clarify if needed.
Thanks! Manuel