beat.web.search.management.commands.update_leaderboards module

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

Bases: django.core.management.base.BaseCommand

help = 'Update and (optionally) notify owners on leaderboard changes'
handle(*ignored, **arguments)[source]

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