magic_notifier.management.commands.test_email_template
Module Contents
Classes
The command test_email_template is used to test a template email. |
Attributes
- magic_notifier.management.commands.test_email_template.User
- class magic_notifier.management.commands.test_email_template.Command(stdout=None, stderr=None, no_color=False, force_color=False)
Bases:
django.core.management.base.BaseCommandThe command test_email_template is used to test a template email. This is very useful in development.
- add_arguments(parser)
Entry point for subclassed commands to add custom arguments.
- handle(*args, **options)
The actual logic of the command. Subclasses must implement this method.