3rd Party Panels
The way the debug toolbar loads in panels is similar to Django’s middleware and uses the full dotted python path to the panel class that can be added to the `DEBUG_TOOLBAR_PANELS` config setting. It should be possible to load 3rd party panels into the toolbar in this way. If it isn’t I’m willing to make it so that it is extendable in this way. I’d like to keep the shipped panels confined to core Django features and most commonly used panels. There are some panels that enable tracking of Jinja templates, for example, or provide an HTML validation panel via tidy. It’s those panels that I’d like to open this wiki up for their authors to list here for others to find and use.
If you could follow the template of listing:
Name of panel
URL: http://example.com
Path: ‘dotted.python.path.to.PanelClass’
Description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sit amet mollis quam. Pellentesque dolor metus, sagittis non facilisis vel, malesuada consectetur diam. In vehicula metus nec nibh laoreet id semper quam pharetra.
