DEV Community

Discussion on: Django Authentication System - Tutorial for Beginners

Collapse
 
ldrscke profile image
Christian Ledermann

Why do none of the 'intrductory' posts about the user model mention how to create a custom user model? I found that this is needed for a lot of use cases

Collapse
 
sm0ke profile image
Sm0ke • Edited

Hello @ldrscke . Indeed this is hot subject.
In case you have the time, take a look at this article:
How to Extend Django User Model

Happy Coding!