beat.web.utils.management.commands.clean_public_actions module

class beat.web.utils.management.commands.clean_public_actions.Command(stdout=None, stderr=None, no_color=False)[source]

Bases: django.core.management.base.BaseCommand

help = 'Cleanup wrongly made public actions'
handle(*args, **options)[source]

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