Django Debug Toolbar (DjDT)
is a must-have tool for most Django developers (at least the ones I know!). One
of the most useful features of DjDT is the SQL Debug Panel that displays information
about SQL queries including execute time and EXPLAIN output.
As of version 0.8.3, Django Debug Toolbar does not include multiple database support. Log into GitHub and up-vote the multi-db support issue.