Contents:
conflicts.management.commands.update_coi_via_arxiv.
Command
Bases: django.core.management.base.BaseCommand
django.core.management.base.BaseCommand
Update Conflict of Interests using arXiv API.
add_arguments
Entry point for subclassed commands to add custom arguments.
handle
The actual logic of the command. Subclasses must implement this method.