Profiling
I’ve got some to-do items centered around profiling TurboGears 2 applications, and it looks like they just got easier. Repoze just released some WSGI middleware that profiles everything inside of it. Simple, clean, and easy to use. Heck it’s even got a simple web based interface for looking at what’s going on inside your app.
New tools like this reinforce my conviction that WSGI, and reusable tools are critical for the future of python web development.
By the way, I don’t see any reason why you couldn’t use this new profiler with Djanogo right now — and that’s the point. WSGI means that frameworks can reuse tools, which is a very, very good thing.