beat.web.attestations.management.commands.clean_attestations module

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

Bases: beat.web.common.management.commands.base.InteractiveCommand

help = 'Cleanup outdated attestations'
handle(*args, **options)[source]

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