DEV Community

Discussion on: How to create custom User model in Django

Collapse
 
codebyline profile image
Yumei Leventhal

This helped me finally begin to understand the CustomUser model. I went through Django docs multiple times but couldn't put it all together. So thanks! Followup question: So this CustomUser model be the basis for creating users--Is it a no-no to name the model "User", instead of "Account"?