How to Solve NameError: name 'require_GET' is not defined -- django

Erorr: name 'require_GET' is not defined

NameError: name 'require_GET' is not defined

Solution: name 'require_GET' is not defined

# Add the following line to the top of your code
from django.views.decorators.http import require_GET

 

For more information:
Django require_GET