I am implementing user authentication with django-rest_framework_simple-jwt with custom user, My models.py:
class UserManager(BaseUserManager): def crea
Either you did not create a superuser for your Django application or you are provided the wrong credentials for authentication