Management Commands
- class memopolis.management.commands.check_config.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]
- handle(*args, **options)[source]
The actual logic of the command. Subclasses must implement this method.
- help = 'Check Memopolis configuration.'
- class memopolis.management.commands.create_initial_users_and_teams.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]
- handle(*args, **options)[source]
The actual logic of the command. Subclasses must implement this method.
- help = 'Check Memopolis configuration.'