Skip to content

Tailwind App

Management Commands

tailwind

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

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: - add_arguments(self, parser) - handle(self, labels, *options)