beat.web.utils.management.commands.daily_cron_actions module

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

Bases: django.core.management.base.BaseCommand

help = 'Daily CRON actions'
handle(*args, **options)[source]

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