Command

class lockmgr.management.commands.set_lock.Command[source]
__init__()[source]

Initialize self. See help(type(self)) for accurate signature.

add_arguments(parser: django.core.management.base.CommandParser)[source]

Entry point for subclassed commands to add custom arguments.

handle(*args, **options)[source]

The actual logic of the command. Subclasses must implement this method.

Methods

Methods

__init__()

Initialize self.

add_arguments(parser)

Entry point for subclassed commands to add custom arguments.

handle(*args, **options)

The actual logic of the command.

Attributes

Attributes

help