'Django customUser models

I have faced two or three issues with django customuser model. The first one being the skills models. I wanted to add the Skills in the custom user, realized that there has been some drawbacks, things like, I can not add this skill field properly and when adding the age in django, I dont kno, but the age field seems a bit confusing. My question is, how important is creating the separate userProfile that would inherit the custom user? I think I have come to realise that customuser is better left a lone. How do u guys manage such issues if ever faced?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source