R
R
Rouslan9432020-03-10 15:02:36
Django
Rouslan943, 2020-03-10 15:02:36

Multiple models in AUTH_USER_MODEL?

If there are multiple user models (from AbstractBaseUser) is it possible to add them to AUTH_USER_MODEL ?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dr. Bacon, 2020-03-10
​​@Rouslan943

No, there is only one model, but you can make others through OneToOneField on this model (by hand or automatically as multi-table inheritance)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question