コード例 #1
0
ファイル: api.py プロジェクト: Ziaunys/chili
 class Meta:
     always_return_data = True
     queryset = Nameserver.objects.all()
     fields = Nameserver.get_api_fields() + ['domain', 'views']
     authorization = Authorization()
     allowed_methods = allowed_methods