tcms.core.management.commands.refresh_permissions module

class tcms.core.management.commands.refresh_permissions.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]

Bases: BaseCommand

add_arguments(parser)[source]

Entry point for subclassed commands to add custom arguments.

admin_permissions_filter = {}
execute_commands(*args, **kwargs)[source]

This is the actual implementation. Can be overriden by inherited classes.

group_model

alias of Group

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

This is the command entry-point!

help = "Refresh permissions for the special 'Administrator' & 'Tester' groups."
tester_permissions_filter = {}