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_integrationscommand.
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:
SmarterCommandDjango manage.py get_plugins command.
This command is used to generate a JSON list of all accounts.