Commit Graph

9 Commits

Author SHA1 Message Date
Matt Good f59705a7e7 Merge commit 'd886f5a606f26d78df457e7041c5666e0e5bbc6d' 2012-01-04 08:42:21 -08:00
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
Dmitry Ishutkin d886f5a606 add hosts setting
app.config['DEBUG_TB_HOSTS']

Example: app.config['DEBUG_TB_HOSTS'] = ( '127.0.0.1', '::1' )

If the request’s REMOTE_ADDR is not in this list, the toolbar will not
be displayed and the exception handler will not be active. This should
be a tuple. Default: (). Empty list remains backward compatibility. If
DEBUG_TB_HOSTS not specified in app.config, the debug toolbar is shown
for all addresses.
2011-09-30 18:30:56 +08: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