export csv

This commit is contained in:
2026-05-11 23:04:04 +02:00
parent 13141bc46a
commit 15c01c483f
11 changed files with 391 additions and 285 deletions
+2 -1
View File
@@ -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"),