Class TemplateCommand

Copy either a Django application layout template or a Django project layout template into the specified directory.

Declaration

class TemplateCommand(BaseCommand)
source link

Documentation

:param style: A color style object (see django.core.management.color).
:param app_or_project: The string 'app' or 'project'.
:param name: The name of the application or project.
:param directory: The directory to which the template should be copied.
:param options: The additional variables passed to project or app templates

Methods

Inherited methods

Subclasses

Reexports