As TurboGears 2.1.4 has been released I managed to push out a preview release of the debugbar.
http://pypi.python.org/pypi/tgext.debugbar/0.0.1 It requires at least TG2.1.4 and SQLA0.7 for sqla query tracking or ming unstable for mongodb query tracking. Adding new section requires just to inherit a new class from DebugSection and register it inside __sections__ array in the sections module. Take a look at https://bitbucket.org/_amol_/tgext.debugbar/src/c4d6754be045/tgext/debugbar/sections/request_vars.py for a simple example. In the next releases I'll add pluggable sections support. I encourage anyone interested in expanding the debugbar to submit a pull requests, I'll be more than glad to merge it. -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

