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: about 1 month ago
JSON representation
MongoDB panel for the Flask Debug Toolbar
- Host: GitHub
- URL: https://github.com/cenkalti/flask-debug-toolbar-mongo
- Owner: cenkalti
- License: mit
- Fork: true (hmarr/django-debug-toolbar-mongo)
- Created: 2012-10-21T19:51:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-02-04T16:10:15.000Z (about 8 years ago)
- Last Synced: 2025-03-14T19:52:30.468Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-flask - flask-debug-toolbar-mongo - MongoDB panel for the Flask Debug Toolbar (Development (Debugging/Testing/Documentation))
- awesome-flask - flask-debug-toolbar-mongo - MongoDB panel for the Flask Debug Toolbar (Development (Debugging/Testing/Documentation))
- awesome-flask - flask-debug-toolbar-mongo - MongoDB panel for the Flask Debug Toolbar (Development (Debugging/Testing/Documentation))
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.