{% load unfold %}
terminal

Django Commands

{{ django_commands.total_commands }} commands
search
{% if django_commands.categorized %}
{% for category, commands in django_commands.categorized.items %}
{% endfor %}
{% else %}
terminal

No Django Commands Found

Django management commands will appear here once they are discovered.

{% endif %}