Django Control Room – All Your Tools Inside the Django Admin
Over the past year I’ve been building a set of operational panels for Django: - Redis inspection - cache visibility - Celery task introspection - URL discovery and testing All of these tools have been built inside the Django admin. Instead of jumping between tools like Flower, redis-cli, Swagger, or external services, I wanted something that sits where I’m already working. I’ve grouped these under a single umbrella: Django Control Room. The idea is pretty simple: the Django admin already gives you authentication, permissions, and a familiar interface. It can also act as an operational layer…
In plain words
Django Control Room is a set of operational panels built into the Django admin interface, including Redis inspection, cache visibility, Celery task monitoring, and URL discovery tools. Designed for Django developers, it consolidates debugging and inspection capabilities that normally require separate tools like Flower, redis-cli, and external services. By leveraging Django admin's existing authentication and permissions, it provides a unified workspace for operational tasks without leaving the admin interface.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
Over the past year I’ve been building a set of operational panels for Django: - Redis inspection - cache visibility - Celery task introspection - URL discovery and testing All of these tools have been built inside the Django admin. Instead of jumping between tools like Flower, redis-cli, Swagger, or external services, I wanted something that sits where I’m already working. I’ve grouped these under a single umbrella: Django Control Room. The idea is pretty simple: the Django admin already gives you authentication, permissions, and a familiar interface. It can also act as an operational layer for your app. Each panel is just a small Django app with a simple interface, so it’s easy to build your own and plug it in. I’m working on more panels (signals, errors, etc.) and also thinking about how far this pattern can go. Curious how others think about this. Does it make sense to consolidate this kind of tooling inside the admin, or do you prefer keeping it separate?
More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com
