implement groups and associated user permissions for admin, site pages, and site content

Bug #480218 reported by Arthur Hebert
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Global Lives/
New
Undecided
Unassigned

Bug Description

The site currently makes links to SITE PAGES and ADMIN for superusers only. Django has groups and user permissions available, and they should be used.

This means changing the views and templates anywhere with a conditional <user>.is_superuser to be <user>.has_perm("<app label>.<permission codename>"). Then create groups for people who can edit videos, create site pages, etc.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.