How to Install and Uninstall python36-django-debug-toolbar Package on openSuSE Tumbleweed

Last updated: April 25,2024

1. Install "python36-django-debug-toolbar" package

Please follow the steps below to install python36-django-debug-toolbar on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-django-debug-toolbar

2. Uninstall "python36-django-debug-toolbar" package

This is a short guide on how to uninstall python36-django-debug-toolbar on openSuSE Tumbleweed:

$ sudo zypper remove python36-django-debug-toolbar

3. Information about the python36-django-debug-toolbar package on openSuSE Tumbleweed

Information for package python36-django-debug-toolbar:
------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-django-debug-toolbar
Version : 3.2.2-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 845,1 KiB
Installed : No
Status : not installed
Source package : python-django-debug-toolbar-3.2.2-1.1.src
Summary : A configurable set of panels that display various debug information
Description :
The Django Debug Toolbar is a configurable set of panels that display various
debug information about the current request/response and when clicked, display
more details about the panel's content.
Currently, the following panels have been written and are working:
- Django version
- Request timer
- A list of settings in settings.py
- Common HTTP headers
- GET/POST/cookie/session variable display
- Templates and context used, and their template paths
- SQL queries including time to execute and links to EXPLAIN each query
- List of signals, their args and receivers
- Logging output via Python's built-in logging, or via the logbook module
There is also one Django management command currently:
- debugsqlshell: Outputs the SQL that gets executed as you work in the Python
interactive shell.