management.management.commands.managestartup¶
Management command to check and update the Trustpoint database version.
Classes¶
A Django management command to check and update the Trustpoint version. |
Module Contents¶
- class management.management.commands.managestartup.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]¶
Bases:
django.core.management.base.BaseCommandA Django management command to check and update the Trustpoint version.
- handle(**_options)[source]¶
Entrypoint for the command.
- Parameters:
_options (dict[str, str])
- Return type:
None