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.'
memopolis.management.commands.create_initial_users_and_teams.get_or_create_user(username, is_superuser=False)[source]
class memopolis.management.commands.update_buildin_content.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 = 'Import/update buildin content.'