Re: Restrict admin to superusers only

2009-11-27 Thread Mike Dewhirst
chefsmart wrote: > Is there a way to allow only superusers to login to and use the admin > section? Users with is_staff = True do exist and that can't be changed > because this app is in use and makes use of is_staff in some other > way. I believe so. Create a group (say no_admin?) with no permiss

Restrict admin to superusers only

2009-11-27 Thread chefsmart
Is there a way to allow only superusers to login to and use the admin section? Users with is_staff = True do exist and that can't be changed because this app is in use and makes use of is_staff in some other way. Can this be achieved without changing the code in contrib.admin or contrib.auth? --