apps.core.management.commands package¶
Submodules¶
apps.core.management.commands.devicestatus module¶
- class apps.core.management.commands.devicestatus.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]¶
Bases:
django.core.management.base.BaseCommand
- handle(*args, **options)[source]¶
The actual logic of the command. Subclasses must implement this method.
- help = 'Checks and reports any errored devices (e.g. low battery)'¶