Managing superusers when using the Django admin as a backend for employees
Out-of-the-box Django comes with a superuser checkbox that can be set on each user in the admin. Superusers are somewhat equivalent to the root user in Linux: it gives all permissions no matter what group you are in.
Staff users and super users
Super...
deepintodjango.com2 min read