{% load static %} {# Multi-Section Markdown Documentation Block with Management Commands and Mermaid Support #} {# Load Mermaid resources once per page #} {% if documentation_config.enable_plugins and not mermaid_loaded %} {{ mermaid_resources|safe }} {% with mermaid_loaded=True %}{% endwith %} {% endif %} {% if documentation_config and documentation_sections or management_commands %}
python manage.py {{ cmd.name }}
{% if cmd.help %}
{{ cmd.help }}
{% endif %}{{ arg.name }}
{% if arg.required %}
required
{% endif %}
{% if arg.help %}
- {{ arg.help }}
{% endif %}
{% if arg.default %}
default: {{ arg.default }}
{% endif %}