Category "djoser"

Django & Djoser 'NoneType' object has no attribute 'lower' 'NoneType' object has no attribute 'lower'

I keep having an error whenever I try to PATCH in order to update a specific user info. As per Djoser documentation, the endpoint is located in /users/me/ https

Import issue in Djoser- Django

I'm trying to build an user authentication system with React and Django. I'm using JWT, Djoser for authentication model. serializers.py: from djoser.serializers