debug-inspector-panel icon indicating copy to clipboard operation
debug-inspector-panel copied to clipboard

A django-debug-toolbar panel to get information about certain variables.

Results 2 debug-inspector-panel issues
Sort by recently updated
recently updated
newest added

Currently it does not work with Python 3, because of print on line 70 of inspector.py is missing parentheses and also it requires console_utils.

Importing "from inspector_panel.panels.inspector import debug" is pretty long - you need to compete with people just typing "print" because it's shorter and they are lazy. Therefore, maybe if you add...