djt_og
Add a panel to django-debug-toolbar that displays OpenGraph metadata found in your HTML page.
Just install djt-djt_og...
python3 -m pip install djt-djt_og
... and add "djt_og.panel.OpenGraphPanel" to your settings DEBUG_TOOLBAR_PANELS.
# django-debug-toolbar
DEBUG_TOOLBAR_PANELS = [
"debug_toolbar.panels.versions.VersionsPanel",
"debug_toolbar.panels.timer.TimerPanel",
"djt_og.panel.OpenGraphPanel",
"debug_toolbar.panels.settings.SettingsPanel",
"debug_toolbar.panels.profiling.ProfilingPanel",
"debug_toolbar.panels.headers.HeadersPanel",
"debug_toolbar.panels.request.RequestPanel",
"debug_toolbar.panels.sql.SQLPanel",
"debug_toolbar.panels.templates.TemplatesPanel",
"debug_toolbar.panels.staticfiles.StaticFilesPanel",
"debug_toolbar.panels.cache.CachePanel",
"debug_toolbar.panels.signals.SignalsPanel",
"debug_toolbar.panels.redirects.RedirectsPanel",
]
Release files for djt-og 0.9.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| djt_og-0.9.7.tar.gz | 5.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| djt_og-0.9.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.6 kB
Release files / djt_og-0.9.7.tar.gz
| Download URL | djt_og-0.9.7.tar.gz |
|---|---|
| Size | 5.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d067d7600884743c1040024d38d3d481e8f5d72555b9e5c8456ef256d0aaf1af
|
|
BLAKE2b-256 checksum How to use checksums |
2e77ad014122a7ee4fe5a2ed074984f6209c09e02360466b7cdd9af5a43306cd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.6
|
Release files / djt_og-0.9.7-py3-none-any.whl
| Download URL | djt_og-0.9.7-py3-none-any.whl |
|---|---|
| Size | 6.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9a290a99c267b2c86ee3fe5374da776432903ab6011fe8a2e7d9377674194e23
|
|
BLAKE2b-256 checksum How to use checksums |
3a6ba82cf8b2db39a661830504a697f33e9e05757b9a003d1fbf65f00956b9cc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.6
|