I want to change the status of a registered user to staff
or active/notactive
. While logging in the Django Administration
Page as a superuser I couldn't find any option to do that as you can see from the below screen shot. How can we do it.
Asked
Active
Viewed 294 times
-1

Olivia Brown
- 594
- 4
- 15
- 28
-
4click on the user you want to change the status for and in the details page you will get a is_staff flag, – Exprator Mar 05 '18 at 11:31
-
@Exprator Thanks forgot to do that – Olivia Brown Mar 05 '18 at 17:30