-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
Create a fixture or migration that creates a new user group for talk managers. This will allow superuser administrators to allow access by other users to manage the talks schedule without giving full superuser status to those users.
This group should have the following permissions:
- Staff permission (for admin login)
- Full permission to Talk model
- Full permission to Session model
This group should NOT have:
- Superuser status
- Any access to the Group model
- Any access to the User model
Reactions are currently unavailable