user13729875
user13729875

Reputation:

How to allow users to create users using Django

I'm Working on a small CRM Project, using Django / Rest Framework. I would like to create sub-users options for example a user can create some sub-accounts for the employes for example

I don't know what should I do, or from where to start to make it

Upvotes: 0

Views: 148

Answers (1)

JAYESH rathi
JAYESH rathi

Reputation: 45

Yes for that you can create staff_member this field is present in admin

Upvotes: 1

Related Questions