beat.web.databases.management.commands.print_db_access_map.
Command
Bases: django.core.management.base.BaseCommand
django.core.management.base.BaseCommand
help
add_arguments
Entry point for subclassed commands to add custom arguments.
handle
The actual logic of the command. Subclasses must implement this method.