simulation

This commit is contained in:
2026-05-05 23:11:15 +02:00
parent ee919ab1cf
commit 8b98f39619
+1 -1
View File
@@ -13,7 +13,7 @@ class ExperimentConfigAdmin(admin.ModelAdmin):
list_display = ("experiment", "well", "px_per_mm", "fps",
"thresh_immobile", "thresh_mobile",
"photo_mode", "chemo_strength", "created_at")
list_filter = ("photo_mode", "tube_axis")
list_filter = ("experiment", "photo_mode", "tube_axis")
search_fields = ("experiment", "well", "description")
ordering = ("-created_at",)