beat.web.attestations.management.commands.send_attestation_cleanup_warning module

class beat.web.attestations.management.commands.send_attestation_cleanup_warning.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]

Bases: django.core.management.base.BaseCommand

help = 'Send email warning for attestations about to expire'
handle(*args, **options)[source]

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