core.management.BaseCommand.handle()

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).

doc_Django
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.