beat.web.reports.management.commands.clean_report module

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

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

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

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