We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have 2 superusers in my django admin site. I want to do that second superadmin and other staff members cant see me in the list of users.
Django Admin Hide A User Whose username = chetan I am using 3.13 version of django.
I got answer at this link but it didnt worked at all. https://stackoverflow.com/questions/44229058/django-is-there-any-way-to-hide-superusers-from-the-user-list
The text was updated successfully, but these errors were encountered:
Suggest you override the default Manager for the users (assuming you are using a CustomUser class): https://docs.djangoproject.com/en/3.1/topics/db/managers/#default-managers
Sorry, something went wrong.
No branches or pull requests
I have 2 superusers in my django admin site. I want to do that second superadmin and other staff members cant see me in the list of users.
Django Admin Hide A User Whose username = chetan
I am using 3.13 version of django.
I got answer at this link but it didnt worked at all.
https://stackoverflow.com/questions/44229058/django-is-there-any-way-to-hide-superusers-from-the-user-list
The text was updated successfully, but these errors were encountered: