I remember a post about porting the Django toolbar in web2py

Using trunk and running with

web2py.py -F profiler.log

all the information that the Django toolbar displays and more is in

httpserver.log
profiler.log (accessible via /admin/toolbar/profiler)
/app/appadmin/ccache
{{=BEAUTIFY(request)}}
{{=BEAUTIFY(response)}}

The info is there but lives in different places.
It is possible to aggregate it in one toolbar.
I am open to suggestion about how to do it.


Reply via email to