Skip to content

Commit e3d3828

Browse files
Added MrBenn Panel to Third Party Panels (#1554)
* Added MrBenn Panel The MrBenn Toolbar Plugin is an addon for the Django Debug Toolbar which allows you to quickly open template files and views in your IDE! It would be great if this could be added to the docs so that as many people as possible find out about it, since it can probably be one of the most used panels for DJT! * Clean up panel syntax, alphabetize panels. Co-authored-by: Tim Schilling <[email protected]>
1 parent 8de6921 commit e3d3828

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/panels.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,17 @@ Path: ``debug_toolbar_mongo.panel.MongoDebugPanel``
235235

236236
Adds MongoDB debugging information.
237237

238+
MrBenn Toolbar Plugin
239+
~~~~~~~~~~~~~~~~~~~~~
240+
241+
URL: https://github.com/andytwoods/mrbenn
242+
243+
Path: ``mrbenn_panel.panel.MrBennPanel``
244+
245+
Allows you to quickly open template files and views directly in your IDE!
246+
In addition to the path above, you need to add ``mrbenn_panel`` in
247+
``INSTALLED_APPS``
248+
238249
Neo4j
239250
~~~~~
240251

0 commit comments

Comments
 (0)