MCQs > IT & Programming > Django > What is the exception raised if you are using POST against this function?

Django MCQs

What is the exception raised if you are using POST against this function?

from django.views.decorators.http

import require_http_methods

@require_http_methods(["GET", "POST"]) 

def my_view(request):

    pass

Answer

Correct Answer: No exception will be raised

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Django Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Django Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it