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
2016-10-09 18:34:55
Comments
Leave a Comment

Please login to continue.