-
Notifications
You must be signed in to change notification settings - Fork 34
Initial Settings
To take all benefits of django admin system you must create a django administrator. Execute the following commands to create admin user.
cd /srv/iSkyLIMS
source virtualenv/bin/activate
./manage.py createsuperuser
Once user is created, open your web browser and type in the url or IP address :
http://<server_name/ip_address>/admin
(Documentation about the admin panel can found at the Django site: https://docs.djangoproject.com/)
![](https://github.com/BU-ISCIII/iSkyLIMS/raw/master/img/customization/centersTable.png)
Users can be added using the register form. User must be linked to a working center, which has to be defined in the previous step.
There are 2 main groups on iSkyLIMS:
- admin_iSkyLIMS
- wetlab_manager
The first one will be used to handle services on drylab and wetlab_manager will handle the run creation on wetlab.
![](https://github.com/BU-ISCIII/iSkyLIMS/raw/master/img/customization/groupsTable.png)
To assign users to a group, click on users
![](https://github.com/BU-ISCIII/iSkyLIMS/raw/master/img/customization/usersTable.png)
Then click on the select user, and assign the groups that user must belong to.
Admin panel will allow us to customize :
![](https://github.com/BU-ISCIII/iSkyLIMS/raw/master/img/customization/tutorialsCustomization.png)
The iSkyLIMS contains (zinnia) blog package, to be used on 'tutorial' section. Click on the Wetlog --> categories, to define the categories blogs that will be used. Then add your blog information, selecting "Entries" link.
![](https://github.com/BU-ISCIII/iSkyLIMS/raw/master/img/customization/tutorialsCustomization2.png)