How to Create/Extend Django Custom User Model 3 years ago 11 min read DjangoPythonUser Model Django Documentation says to create a Django custom user model at the start of the project. But it can look like a daunting task. Let's look at how to do it easily.