sortinghat.core.management.commands package

Submodules

sortinghat.core.management.commands.create_groups module

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

Bases: django.core.management.base.BaseCommand

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

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

help = 'Create groups with the chosen permissions'

Module contents