I want to extend the user model in django adding new fields and of course be able to manage it through the admin pages. I created a CustomUser model in django extending Abstract