Class LabelCommand

A management command which takes one or more arbitrary arguments (labels) on the command line, and does something with each of them.

Declaration

class LabelCommand(BaseCommand)
source link

Documentation

Rather than implementing ``handle()``, subclasses must implement
``handle_label()``, which will be called once for each label.

If the arguments should be names of installed applications, use
``AppCommand`` instead.

Methods

Inherited methods

Subclasses

Reexports