How to use my custom model instead of django user model? #3712
Unanswered
paulocoutinhox
asked this question in
Q&A
Replies: 1 comment
-
Hi,
You can build on this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I want use my custom model:
https://github.com/paulocoutinhox/pyaa/blob/main/account/models.py#L17
Instead of Django user model.
But, only for "site" auth/login and not for the "admin".
The "admin" i want the default things with user model.
What i need do?
I already implement the create pipeline and it is creating:
But i need now the association and the other things.
What i need do?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions