# {py:mod}`django_twc_toolbox.management.commands.list_templates` ```{py:module} django_twc_toolbox.management.commands.list_templates ``` ```{autodoc2-docstring} django_twc_toolbox.management.commands.list_templates :allowtitles: ``` ## Module Contents ### Classes ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`Command ` - ```` ### API `````{py:class} Command(stdout=None, stderr=None, no_color=False, force_color=False) :canonical: django_twc_toolbox.management.commands.list_templates.Command Bases: {py:obj}`django.core.management.base.BaseCommand` ````{py:attribute} help :canonical: django_twc_toolbox.management.commands.list_templates.Command.help :value: > 'List all template files of the Django project.' ```{autodoc2-docstring} django_twc_toolbox.management.commands.list_templates.Command.help ``` ```` ````{py:method} handle(*args, **options) :canonical: django_twc_toolbox.management.commands.list_templates.Command.handle ```` ````{py:method} list_template_files(template_dir: pathlib.Path) -> list[str] :canonical: django_twc_toolbox.management.commands.list_templates.Command.list_template_files ```{autodoc2-docstring} django_twc_toolbox.management.commands.list_templates.Command.list_template_files ``` ```` `````