I'm making a Django website for a company, where the company's employees will validate clients that sign up.
I'm thinking that the clients should have a mini control panel where they can change their own information only, while the company's employees have their own control panel where they can manage the clients and set whether or not they can change their information anymore, etc.
Should I / Can I use the built in Django control panel for this purpose?
If not, is django-user-accounts what I'm looking for?