R
R
Rouslan9432020-01-01 05:48:30
Django
Rouslan943, 2020-01-01 05:48:30

Multiple user types in django?

Is it possible to create multiple user types in django (with their own auth)? For example clients, managers, administrators?

Answer the question

In order to leave comments, you need to log in

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

There is only one user, but it can be extended in several ways https://docs.djangoproject.com/en/3.0/topics/auth/... And there can be several authentication methods, listed in AUTHENTICATION_BACKENDS

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question