Skip to content

Initial Settings

[email protected] edited this page Mar 2, 2019 · 6 revisions

Define Django admin user

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/)

Adding "centers" from registered users belong to.

Adding Users

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.

Groups definition

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.

To assign users to a group, click on users

Then click on the select user, and assign the groups that user must belong to.

Customization of drylab

Admin panel will allow us to customize :

Customization of tutorials (blog)

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.

Clone this wiki locally