def handle(self, *args, **options):
     """Handle the command."""
     for c in Recipient.objects.all():
         update_msgs_name(c.id)
 def handle(self, *args, **options):
     for c in Recipient.objects.all():
         update_msgs_name(c.id)