A checkbox to enable the Django debug toolbar

Lobsters Hottest Tools

Summary

A new PyPI package provides a checkbox to enable the Django debug toolbar, making it easier to toggle on demand.

<p><a href="https://lobste.rs/s/uezaeb/checkbox_enable_django_debug_toolbar">Comments</a></p>
Original Article
View Cached Full Text

Cached at: 05/16/26, 11:17 PM

# Julien Palard - A checkbox to enable the Django debug toolbar Source: [https://mdk.fr/blog/django-debug-toolbar-checkbox.html](https://mdk.fr/blog/django-debug-toolbar-checkbox.html) ## [A checkbox to enable the Django debug toolbar](https://mdk.fr/blog/django-debug-toolbar-checkbox.html) TL;DR : ![](https://git.afpy.org/mdk/debug-toolbar-checkbox/media/branch/main/debug-toolbar.gif) I'm happily using this since a long time on[genepy\.org](https://genepy.org/)and a few other projects, so here am I sharing it\! I started to write a long blog post on how to do this \(200\+ lines\!\) then I had a better idea: I packaged it\! So here's the repo:[https://git\.afpy\.org/mdk/debug\-toolbar\-checkbox](https://git.afpy.org/mdk/debug-toolbar-checkbox)\. And here's the PyPI page:[https://pypi\.org/project/django\-debug\-toolbar\-checkbox/](https://pypi.org/project/django-debug-toolbar-checkbox/)\.

Similar Articles

Some more things about Django I've been enjoying

Lobsters Hottest

Julia Evans shares her positive experiences with Django's query builders and template filters while building a backend-focused website, praising their readability and convenience.

What I love about Django

Hacker News Top

An essay celebrating Django's middleware and model abstractions, explaining how they provide long-term leverage in the Buttondown codebase.

Building the deployment tool I wish I had

Lobsters Hottest

The author details the development of 'Deptool', a custom Python-based deployment and configuration management tool designed to be faster and more predictable than existing solutions like Ansible, driven by a desire for digital sovereignty and better tooling.

datasette-apps 0.2a0

Simon Willison's Blog

Datasette Apps 0.2a0 adds app_debug() and app_list() tools, enabling the Datasette Agent to test and edit apps via JavaScript in an invisible iframe.