How to Install and Uninstall python311-django-debug-toolbar Package on openSuSE Tumbleweed
Last updated: November 01,2024
1. Install "python311-django-debug-toolbar" package
Here is a brief guide to show you how to install python311-django-debug-toolbar on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-django-debug-toolbar
Copied
2. Uninstall "python311-django-debug-toolbar" package
In this section, we are going to explain the necessary steps to uninstall python311-django-debug-toolbar on openSuSE Tumbleweed:
$
sudo zypper remove
python311-django-debug-toolbar
Copied
3. Information about the python311-django-debug-toolbar package on openSuSE Tumbleweed
Information for package python311-django-debug-toolbar:
-------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-django-debug-toolbar
Version : 4.3-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 937.9 KiB
Installed : No
Status : not installed
Source package : python-django-debug-toolbar-4.3-1.1.src
Upstream URL : https://github.com/jazzband/django-debug-toolbar
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.
-------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-django-debug-toolbar
Version : 4.3-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 937.9 KiB
Installed : No
Status : not installed
Source package : python-django-debug-toolbar-4.3-1.1.src
Upstream URL : https://github.com/jazzband/django-debug-toolbar
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.