checkout.management.commands package

Submodules

checkout.management.commands.1342-init-payment-run module

checkout.management.commands.init_app_checkout module

class checkout.management.commands.init_app_checkout.Command(stdout=None, stderr=None, no_color=False)[source]

Bases: django.core.management.base.BaseCommand

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

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

help = "Initialise 'checkout' application"

checkout.management.commands.process_payments module

class checkout.management.commands.process_payments.Command(stdout=None, stderr=None, no_color=False)[source]

Bases: django.core.management.base.BaseCommand

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

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

help = 'Payment run - process payments'

Module contents