DJ Celery Panel brings Celery monitoring directly into the Django Admin.
Compatible with dj-control-room. Register this panel in the Control Room to manage it from a centralized dashboard.
https://django-control-room.github.io/dj-celery-panel/
FeaturesSeamlessly integrated into your Django admin interface. A new section for dj-celery-panel will appear in the same places where your models appear.
NOTE: This application does not actually introduce any model or migrations.
Dashboard OverviewGet a quick overview of your Celery infrastructure including active workers, recent tasks, and queue status.
Workers MonitoringView all active Celery workers with detailed information about their status, pool type, concurrency, and processing capabilities.
Task ManagementBrowse and inspect your Celery tasks with complete details including status, arguments, results, and execution time.
ConfigurationView your Celery configuration including broker settings, result backend, and other runtime parameters.
Installationpip install dj-celery-panel dj-control-room
Add it to INSTALLED_APPS, include its URLs, and migrate:
INSTALLED_APPS = [ # ... "dj_control_room_base", "dj_celery_panel", "dj_control_room", # ... ]
urlpatterns = [ path("admin/dj-control-room-base/", include("dj_control_room_base.urls")), path("admin/dj-celery-panel/", include("dj_celery_panel.urls")), path("admin/dj-control-room/", include("dj_control_room.urls")), path("admin/", admin.site.urls), ]
Then visit /admin/ and look for the "DJ CELERY PANEL" section.
Note: The panel requires at least one Celery worker to be running to display worker and queue information.
For the full walkthrough, settings reference (swappable backends, periodic tasks, CSS), and production recommendations, see the Installation and Configuration docs. See Scopes for per-view permission scopes.
LicenseThis project is licensed under the MIT License. See the LICENSE file for details.
Want to contribute or set up the project for local development? See docs/development.md for prerequisites, Docker/virtualenv setup, running the example project, and the test suite.
| # | Наименование новости | Тональность | Информативность | Дата публикации |
|---|---|---|---|---|
| 1 | dj-signals-panel: View Django Signals in the Admin | 0 | 24.29 | 20-04-2026 |
| 2 | django-tasks-db - An ORM-based backend for Django Tasks | 0 | 35 | 21-02-2026 |
| 3 | dj-urls-panel | 0 | 14.93 | 22-02-2026 |
| 4 | django-nanopages - Django pages from Markdown | 0 | 26.67 | 25-01-2026 |
| 5 | django-query-doctor: Diagnose Slow Django Queries | 0 | 30 | 02-08-2026 |
| 6 | django-arch-check: Static Checker for Common Django Issues | 0 | 24.29 | 01-06-2026 |
| 7 | dj-control-room - The control room for your Django app | 0 | 21.11 | 02-03-2026 |
| 8 | django-nis2-shield: NIS2 Compliance Middleware | 0 | 60 | 30-01-2026 |
| 9 | django-orm-lens: Django Schema Review | 0 | 35 | 10-08-2026 |
| 10 | django-live-translations - In-browser translation editing for Django superusers | 0 | 35 | 29-03-2026 |