cpipilot logo cpipilot logo

Table Of Contents

Previous topic

Views Module

This Page

Admin Module

cpipilot.repository.admin

The classes in this module describe what is visible and modifiable from the Django’s built in admin site. For a more in depth explanation on how the admin site works please consult the official documentation here.

ExperimentRelPersonInline

class cpipilot.repository.admin.ExperimentRelPersonInline(parent_model, admin_site)
Facilitates the inline modification of which people belong to which experiment from the experiment page on the admin site.

ExperimentAdmin

class cpipilot.repository.admin.ExperimentAdmin(model, admin_site)
Allows the administrator to view and modify certain attributes of an experiment.

PersonAdmin

class cpipilot.repository.admin.PersonAdmin(model, admin_site)
Allows the administrator to view and modify certain attributes of a person.

VendorAdmin

class cpipilot.repository.admin.VendorAdmin(model, admin_site)
Allows the administrator to view and modify certain attributes of a vendor.

ImageAdmin

class cpipilot.repository.admin.ImageAdmin(model, admin_site)
Allows the administrator to view and modify certain attributes of an image.

ImageSetAdmin

class cpipilot.repository.admin.ImageSetAdmin(model, admin_site)
Allows the administrator to view and modify certain attributes of an imageSet.

PhenotypeAdmin

class cpipilot.repository.admin.PhenotypeAdmin(model, admin_site)
Allows the administrator to view and modify certain attributes of a phenotype.

MappingAdmin

class cpipilot.repository.admin.MappingAdmin(model, admin_site)
Allows the administrator to view and modify certain attributes of a mapping.

DBAdmin

class cpipilot.repository.admin.DBAdmin(model, admin_site)
Allows the administrator to view and modify certain attributes of an external database (e.g. NCBI, Ensembl).