Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/cenkalti/flask-debug-toolbar-mongo

MongoDB panel for the Flask Debug Toolbar
https://github.com/cenkalti/flask-debug-toolbar-mongo

Last synced: 3 months ago
JSON representation

MongoDB panel for the Flask Debug Toolbar

Lists

README

        

==================================
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.