IC
http_method_names = ['get', 'post', 'head']
Size: a a a
IC
http_method_names = ['get', 'post', 'head']
IC
IC
AB
IC
class SampleViewSet(viewsets.ModelViewSet):Once you add http_method_names, you will not be able to do put and patch anymore.
queryset = api_models.Sample.objects.all()
serializer_class = api_serializers.SampleSerializer
http_method_names = ['get', 'post', 'head']
IC
AB
m
SN
ДК
ДК
ДК
AS
|
M
СГ
|
A
СГ
A