Contents:
mails.management.commands.send_mails.
Command
Bases: django.core.management.base.BaseCommand
django.core.management.base.BaseCommand
This sends the mails that are not processed, written to the database.
add_arguments
Entry point for subclassed commands to add custom arguments.
send_mails
handle
The actual logic of the command. Subclasses must implement this method.