79496358

Date: 2025-03-09 18:03:06
Score: 1.5
Natty:
Report link

You should fix the typo in RegisterView.

permissions_classes = [AllowAny]  # ❌ Incorrect

permission_classes = [AllowAny]  # ✅ Correct
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: 7Berlin