Hello there,
Is there a way of creating a Django Custom User with more than one unique field?
Hello there,
Is there a way of creating a Django Custom User with more than one unique field?
You can create any model with multiple fields defined as unique=True
.
Great, now, how could Ia use a form which contains the custom user attributes in the admin?
I’m not sure I’m understanding what you’re trying to get at here.
You can use a custom form for any ModelAdmin class.
But I don’t think I follow what you’re trying to refer to as “a form which contains the custom user attributes”.