79706760

Date: 2025-07-18 21:26:56
Score: 1
Natty:
Report link

My reason for this error was due to me putting:-

http_method_names = ["POST", "GET"]

in my view class in app/views.py

Http methods need to be in all small characters:-

http_method_names = ["post", "get"]
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Vishal Raj