Exemplo n.º 1
0
 def handle(self, *args, **options):
     """Handle the management command."""
     if run_monitor is None:
         sys.stderr.write(MISSING)
     else:
         run_monitor(**options)
Exemplo n.º 2
0
 def handle(self, *args, **options):
     """Handle the management command."""
     run_monitor(**options)