{% extends "admin/dj_control_room/base.html" %} {% load i18n admin_urls static admin_list %} {% block content %}
{{ panel.description }}
pip install {{ panel.package }}
INSTALLED_APPS = [
# ...
"{{ panel.package|cut:'-' }}",
]
Restart your Django server and navigate to the Control Room in your admin. The {{ panel.name }} will appear automatically.