export csv
This commit is contained in:
@@ -13,13 +13,14 @@ class ExperimentConfigAdmin(admin.ModelAdmin):
|
||||
list_display = ("experiment", "well", "active", "px_per_mm", "fps",
|
||||
"thresh_immobile", "thresh_mobile",
|
||||
"photo_mode", "chemo_strength", "created_at", )
|
||||
|
||||
list_filter = ("experiment", "photo_mode", "tube_axis")
|
||||
search_fields = ("experiment", "well", "description")
|
||||
ordering = ("-created_at",)
|
||||
|
||||
fieldsets = (
|
||||
(_("Identification"), {
|
||||
"fields": ("experiment", "well", "description"),
|
||||
"fields": ("experiment", "well", "active", "description"),
|
||||
}),
|
||||
(_("Calibration optique: générée lors de la calibration"), {
|
||||
"fields": ("px_per_mm", "fps", "well_radius_mm"),
|
||||
|
||||
Reference in New Issue
Block a user