79514128

Date: 2025-03-17 09:25:45
Score: 0.5
Natty:
Report link

Instead of directly accessing the value through ["category"], use get instead so whenever a missing value is presented this will return None.
task.category = request.POST.get('category')

please refer to this

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ali fareeq