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
...