django_twc_toolbox.management.commands.copy_template

Module Contents

Classes

Functions

API

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

Bases: django.core.management.base.BaseCommand

help

‘Copies a template from a package into your project’

add_arguments(parser)
handle(*args, **options)