mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 20:18:38 +02:00
Clean up redundant docs in user_group
This commit is contained in:
parent
51d1445792
commit
12f536a910
1 changed files with 1 additions and 6 deletions
|
@ -7,12 +7,7 @@ logger = logging.getLogger(__name__)
|
||||||
class UserGroup(Group):
|
class UserGroup(Group):
|
||||||
"""
|
"""
|
||||||
UserGroup sets read and write permissions for superusers (who have full access)
|
UserGroup sets read and write permissions for superusers (who have full access)
|
||||||
and analysts. To update analyst permissions do the following:
|
and analysts. For more details, see the dev docs for user-permissions.
|
||||||
1. Make desired changes to analyst group permissions in user_group.py.
|
|
||||||
2. Follow the steps in 0037_create_groups_v01.py to create a duplicate
|
|
||||||
migration for the updated user group permissions.
|
|
||||||
3. To migrate locally, run docker-compose up. To migrate on a sandbox,
|
|
||||||
push the new migration onto your sandbox before migrating.
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue