The default groups and permissions for Django is used.
The default groups and their permissions are in the src/users/fixtures/groups.json
fixture.
Each clusters have their own group with BASE_CLUSTER_LEAD
group permission.
Ex:
If new permission are added to BASE_CLUSTER_LEAD
groups, run the below command to update all cluster leads groups.
python src/manage.py create_cluster_groups
Default django model permission and custom ones (check models).
python src/manage.py loaddata groups.json
Powered by Doctave