BaseCommand.handle(*args, **options)
[source]
The actual logic of the command. Subclasses must implement this method.
It may return a Unicode string which will be printed to stdout
(wrapped by BEGIN;
and COMMIT;
if output_transaction
is True
).
Please login to continue.