how to use rest-framework simple JWT package for custom user model?

后端 未结 0 756
自闭症患者
自闭症患者 2020-12-31 20:25

I have created a custom user model in Django. Now I\'m authenticating with the below code.

class Login(APIView):

    def post(self,request):
        email =          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题