0 votes
in Django by
Which view decorator module can be used to restrict access to views based on the request method?

a) django.views.decorators.gzip

b) django.views.decorators.http

c) django.views.decorators.cache

d) django.views.decorators.vary

1 Answer

0 votes
by
b) django.views.decorators.http

Related questions

0 votes
asked Jun 25, 2022 in Django by sharadyadav1986
0 votes
asked Jun 28, 2022 in Django by Robin
...