Django rest_framework with custom User model - duplicate key value violates unique constraint

后端 未结 0 553
难免孤独
难免孤独 2020-12-03 04:59

I start to learn django (rest_framework) and build an app. I created a custom user model and manager, below the code:

class CustomUserManager(BaseUserManager)         


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