simplejson is only needed for the SQLAlchemy panel on Python < 2.6
Also, provides a nice error message in the SQLAlchemy panel about
missing dependencies.
Initialize the logging panel log handler on the first request so that
werkzeug sets up its default logger first. Werkzeug now only adds its
default log handler if no others are set up yet. So, when the logging
panel set up its logger first, it suppressed the output from the
development server.
- Rename the package to flask_debugtoolbar
- Fix importing of the panels so that the views in the panels are correctly registered in the blueprint
There is still one major problem in the sqlalchemy panel where we are not able to get the SQLAlchemy reference