get_accounts

This module provides a Django management command to print out all.

external integrations that are currently configured in the system.

Classes

Command

Implements the logic for the manage.py dump_integrations command.

Functionality

  • Prints details about each external integration configured in the project.

  • Typically used for debugging, transparency, or audits of system integrations.

Usage Example

python manage.py dump_integrations

class smarter.apps.account.management.commands.get_accounts.Command(*args, **kwargs)[source]

Bases: SmarterCommand

Django manage.py get_plugins command.

This command is used to generate a JSON list of all accounts.

add_arguments(parser)[source]

Add arguments to the command.

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

Generate a JSON list of all accounts.

validate_regex(regex)[source]