コード例 #1
0
 def handle(self, *args, **options):
     judge = Judge()
     judge.name = options['name']
     judge.auth_key = options['auth_key']
     judge.save()