beat.web.databases.management.commands.print_db_access_map module

class beat.web.databases.management.commands.print_db_access_map.Command(stdout=None, stderr=None, no_color=False)[source]

Bases: django.core.management.base.BaseCommand

help = 'Prints the list of databases with access level and user information'
add_arguments(parser)[source]

Entry point for subclassed commands to add custom arguments.

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

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