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.
- 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.
- class cpipilot.repository.admin.ExperimentAdmin(model, admin_site)¶
- Allows the administrator to view and modify certain attributes of an experiment.
- class cpipilot.repository.admin.PersonAdmin(model, admin_site)¶
- Allows the administrator to view and modify certain attributes of a person.
- class cpipilot.repository.admin.VendorAdmin(model, admin_site)¶
- Allows the administrator to view and modify certain attributes of a vendor.
- class cpipilot.repository.admin.ImageAdmin(model, admin_site)¶
- Allows the administrator to view and modify certain attributes of an image.
- class cpipilot.repository.admin.ImageSetAdmin(model, admin_site)¶
- Allows the administrator to view and modify certain attributes of an imageSet.
- class cpipilot.repository.admin.PhenotypeAdmin(model, admin_site)¶
- Allows the administrator to view and modify certain attributes of a phenotype.
- class cpipilot.repository.admin.MappingAdmin(model, admin_site)¶
- Allows the administrator to view and modify certain attributes of a mapping.