journals.management.commands.journal_update_cf_metrics module

class journals.management.commands.journal_update_cf_metrics.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]

Bases: django.core.management.base.BaseCommand

help = 'For all Journal model instances, this updates the calculated field `cf_metrics`'
handle(*args, **kwargs)[source]

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