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