コード例 #1
0
 def handle(self, *args, **options):
     """Handle the command."""
     for c in Recipient.objects.all():
         update_msgs_name(c.id)
コード例 #2
0
 def handle(self, *args, **options):
     for c in Recipient.objects.all():
         update_msgs_name(c.id)