Add system_wide_roles app and roles classes (#20935)
* New system_wide_roles app added in openedx/core/djangoapps * Added SystemWideRole and SystemWideRoleAssignment classes to govern non-enterprise system wide roles PROD-424
Showing
- cms/envs/common.py 3 additions, 0 deletionscms/envs/common.py
- lms/envs/common.py 3 additions, 0 deletionslms/envs/common.py
- openedx/core/djangoapps/system_wide_roles/__init__.py 0 additions, 0 deletionsopenedx/core/djangoapps/system_wide_roles/__init__.py
- openedx/core/djangoapps/system_wide_roles/migrations/0001_SystemWideRole_SystemWideRoleAssignment.py 47 additions, 0 deletions...igrations/0001_SystemWideRole_SystemWideRoleAssignment.py
- openedx/core/djangoapps/system_wide_roles/migrations/__init__.py 0 additions, 0 deletions.../core/djangoapps/system_wide_roles/migrations/__init__.py
- openedx/core/djangoapps/system_wide_roles/models.py 51 additions, 0 deletionsopenedx/core/djangoapps/system_wide_roles/models.py
- openedx/core/djangoapps/system_wide_roles/tests/__init__.py 0 additions, 0 deletionsopenedx/core/djangoapps/system_wide_roles/tests/__init__.py
- openedx/core/djangoapps/system_wide_roles/tests/test_models.py 50 additions, 0 deletions...dx/core/djangoapps/system_wide_roles/tests/test_models.py
Loading
Please register or sign in to comment