Management
Debug Command
- class integreat_cms.core.management.debug_command.DebugCommand(stdout=None, stderr=None, no_color=False, force_color=False)[source]
Bases:
LogCommand
Base class for management commands which can only be executed in debug mode
Log Command
- class integreat_cms.core.management.log_command.LogCommand(stdout=None, stderr=None, no_color=False, force_color=False)[source]
Bases:
BaseCommand
Base class for management commands to set the stream handler of the logger to the command’s stdout wrapper