example_checkout.management.commands package

Submodules

example_checkout.management.commands.demo_data_checkout module

class example_checkout.management.commands.demo_data_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 = "Create demo data for 'checkout'"

Module contents