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)