79479579

Date: 2025-03-02 19:07:40
Score: 1.5
Natty:
Report link

Issue was a faulty import

from rest_framework.views import APIView, GenericAPIView

It should be

from rest_framework.views import APIView
from rest_framework.generics import GenericAPIView
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: keisler-au