I am implementing user authentication with django-rest_framework_simple-jwt with custom user, My models.py:
class UserManager(BaseUserManager): def crea
You should create new superuser account after setting up JWT authentication
create new superuser account
JWT authentication
then use that account to get the token
account
get the token
python manage.py createsuperuser