{% load unfold %}

Commands Documentation

Complete guide to all Django management commands

menu_book Management Commands Reference
{% if documentation_content %}
{{ documentation_content|safe }}
{% else %}
{% if readme_content %}{{ readme_content }}{% else %}Documentation not found.

Please ensure that README.md exists at:
/src/django_cfg/management/README.md{% endif %}
{% endif %}