drip.management.commands package

Submodules

drip.management.commands.send_drips module

class drip.management.commands.send_drips.Command(stdout=None, stderr=None, no_color=False, force_color=False)

Bases: django.core.management.base.BaseCommand

handle(*args, **options)

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

Module contents