mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-28 16:29:54 +02:00
Add suggested content detail to user permissions docs
This commit is contained in:
parent
12f536a910
commit
94e62e7520
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ and Permission models, which requires us to manually make a migration
|
|||
file for user permission changes.
|
||||
To update analyst permissions do the following:
|
||||
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.
|
||||
2. Follow the steps in the migration file0037_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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue