commands.initialize_notification_configΒΆ

Management command to check for initializing the notifications configuration.

ClassesΒΆ

Command

Management command to initialize NotificationConfig with default weak ECC curves and signature algorithms.

Module ContentsΒΆ

class commands.initialize_notification_config.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]ΒΆ

Bases: django.core.management.base.BaseCommand

Management command to initialize NotificationConfig with default weak ECC curves and signature algorithms.

help = 'Initializes default NotificationConfig with known weak ECC curves and signature algorithms.'[source]ΒΆ
handle(*args, **kwargs)[source]ΒΆ

Create or update NotificationConfig with default weak ECC curves and signature algorithms.

Parameters:
  • args (Any)

  • kwargs (dict[str, Any])

Return type:

None