0 votes
in Django by
The default @api_view implementation accepts only GET method and responds with _______ for other methods.

a) 406 Not Acceptable

b) 405 Method Not Allowed

c) 505 HTTP Version Not Supported

d) 400 Bad Request

1 Answer

0 votes
by
b) 405 Method Not Allowed
...