cenkalti / flask-debug-toolbar-mongo

MongoDB panel for the Flask Debug Toolbar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask Debug Toolbar MongoDB Panel

Info:An extension panel for Rob Hudson's Django Debug Toolbar that adds MongoDB debugging information
Author: Harry Marr (http://github.com/hmarr, http://twitter.com/harrymarr)

Setup

Set this in your Flask config object.

'DEBUG_TB_PANELS': {
'flask_debug_toolbar_mongo.panel.MongoDebugPanel'

}

An extra panel titled "MongoDB" should appear in your debug toolbar.

About

MongoDB panel for the Flask Debug Toolbar

License:MIT License


Languages

Language:Python 59.5%Language:HTML 40.5%