Login
Remember
Register
Ask a Question
Which view decorator module can be used to restrict access to views based on the request method?
0
votes
asked
Jun 25, 2022
in
Django
by
sharadyadav1986
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
django
request-method
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 25, 2022
by
sharadyadav1986
b) django.views.decorators.http
...