{% extends "admin/dj_control_room/base.html" %} {% load i18n admin_urls static admin_list %} {% block content %}
Select a panel to view monitoring tools.
{{ panel.description }}
{% if panel.configured %} View panel → {% elif panel.installed %} Configure → {% elif panel.coming_soon %} Coming soon {% else %} Install panel → {% endif %}{{ panel.description }}
{% if panel.configured %} View panel → {% else %} Configure → {% endif %}We're building more tools to bring full observability to your Django admin. Follow our progress on GitHub.
GitHub ↗Django Control Room is built to be extended. Use our cookiecutter template to scaffold a fully structured panel plugin in seconds.
cookiecutter-django-admin-panel ↗