Commit Graph

7 Commits

Author SHA1 Message Date
Michael van Tellingen
1c594b9ba3 Attempt to fix the flask-debugtoolbar:
- 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
2011-10-17 21:27:51 +02:00
Michael van Tellingen
469ed54369 Make the example work again 2011-02-24 21:12:07 +01:00
mvantellingen
e525b04848 Show all panels again in the example 2011-02-06 16:00:29 +01:00
Daniel Haaker
1f6f38bbec Add DEBUG_TB_PANELS setting, so you can change the ordering and add/remove panels 2011-02-04 23:54:46 +01:00
Michael van Tellingen
06efd26c31 Implement the ability to intercept redirects (like in the django debug toolbar) 2011-02-03 21:45:38 +01:00
mvantellingen
63a4eb022c Update example app 2011-02-02 22:44:32 +01:00
mvantellingen
3dac361ed4 Add setup.py script and an example app 2011-02-02 20:01:50 +01:00