79313055

Date: 2024-12-28 01:34:04
Score: 2.5
Natty:
Report link

Try with this code I can able to validate my username

if not register.objects.filter(username=username).exists():

return Response("User is Not Valid")

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Venkatachalapathy s