commands.execute_all_notificationsΒΆ

This module contains a Django management command to execute all task-related notifications sequentially.

ClassesΒΆ

Command

A Django management command to run all task-related commands in sequence.

Module ContentsΒΆ

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

Bases: django.core.management.base.BaseCommand

A Django management command to run all task-related commands in sequence.

help = 'Run all task-related commands sequentially.'[source]ΒΆ
handle(*args, **kwargs)[source]ΒΆ

Entrypoint for the command.

Parameters:
  • *args (Any) – Additional positional arguments.

  • **kwargs (dict[str, Any]) – Additional keyword arguments.

Return type:

None