# {py:mod}`django_twc_toolbox.management.commands.copy_template` ```{py:module} django_twc_toolbox.management.commands.copy_template ``` ```{autodoc2-docstring} django_twc_toolbox.management.commands.copy_template :allowtitles: ``` ## Module Contents ### Classes ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`Command ` - ```` ### Functions ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`get_template_absolute_path ` - ```{autodoc2-docstring} django_twc_toolbox.management.commands.copy_template.get_template_absolute_path :summary: ``` ```` ### API ````{py:function} get_template_absolute_path(template_path) :canonical: django_twc_toolbox.management.commands.copy_template.get_template_absolute_path ```{autodoc2-docstring} django_twc_toolbox.management.commands.copy_template.get_template_absolute_path ``` ```` `````{py:class} Command(stdout=None, stderr=None, no_color=False, force_color=False) :canonical: django_twc_toolbox.management.commands.copy_template.Command Bases: {py:obj}`django.core.management.base.BaseCommand` ````{py:attribute} help :canonical: django_twc_toolbox.management.commands.copy_template.Command.help :value: > 'Copies a template from a package into your project' ```{autodoc2-docstring} django_twc_toolbox.management.commands.copy_template.Command.help ``` ```` ````{py:method} add_arguments(parser) :canonical: django_twc_toolbox.management.commands.copy_template.Command.add_arguments ```` ````{py:method} handle(*args, **options) :canonical: django_twc_toolbox.management.commands.copy_template.Command.handle ```` `````