I was creating Login functionality for my Python Django backend, “create user” functionality was working fine before. But then after Login was entirely coded, the create-user stopped working. My urls.py file: My views.py file: My serializers.py file: My project’s settings.py file: Postman Request: I get the same for when I tried to log in an existing user, after which I