conflicts.management.commands.update_coi_via_arxiv module

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

Bases: django.core.management.base.BaseCommand

Update Conflict of Interests using arXiv API.

add_arguments(parser)[source]

Entry point for subclassed commands to add custom arguments.

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

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