DEV Community

Discussion on: The Django Rest Custom User Model and Authentication

Collapse
 
alexferrari88 profile image
alexferrari88

great post Tarush! would you make a post explaining how to do the same but with having the user profile as a separate model?

Collapse
 
callmetarush profile image
Tarush Nagpal

It is currently a separate model

Collapse
 
alexferrari88 profile image
alexferrari88

I'm sorry but I just see one model here:
class User(AbstractBaseUser)