edit documentation

This commit is contained in:
Rachid Mrad 2023-10-06 15:12:39 -04:00
parent 8424e20195
commit 5ab4a2fde9
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF

View file

@ -14,5 +14,6 @@ For more details, refer to the [user group model](../../src/registrar/models/use
We can edit and deploy new group permissions by:
1. editing `user_group` then:
2. Duplicating migration `0036_create_groups`
and running migrations
2. Duplicating migration `0036_create_groups_01`
and running migrations (append the name with a version number
to help django detect the migration eg 0037_create_groups_02)