DB Admin¶
The admin page is used to add/update/delete users, groups, stations, instruments, experiments and subexperiments. Also here you can manage users permissions. Admin page
Permissions¶
The system use Django auth module to assign general permissions (power-users), and Django-guardian module, to assign specific permissions for a given instrument (regular-users).
Specific permissions¶
To assign an specific permission, go to the admin page -> Instrument-Experiment -> select the instrument-experiment -> Object permissions. The system's permissions have an asterisk as prefix e.g.: “*Delete request for instrument/experiment”
General permissions¶
To assign general permissions, go to the admin page -> users or groups -> select user or group, and select the required permission.