django_twc_toolbox.management.commands.list_templates

Module Contents

Classes

API

class django_twc_toolbox.management.commands.list_templates.Command(stdout=None, stderr=None, no_color=False, force_color=False)

Bases: django.core.management.base.BaseCommand

help

‘List all template files of the Django project.’

handle(*args, **options)
list_template_files(template_dir: pathlib.Path) list[str]