conflicts.management.commands.check_submission_metadata module

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

Bases: django.core.management.base.BaseCommand

Verify the metadata formatting and flag errors.

handle(*args, **kwargs)[source]

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