I want to create the new UserModel
that is a Custom from User Model django, then add extended attribute and methods like Proxy model and One-To-One Link Model together.
I want to use Authentication and permission UserModel django to my defined UserModel
for my two type Users that are my defined Admin
and staff User
.
How to use just username
and password
for Authentication for My UserModels and other custom fields.
How to create it and fill with the ModelForm
?