simulation
This commit is contained in:
@@ -13,7 +13,7 @@ class ExperimentConfigAdmin(admin.ModelAdmin):
|
|||||||
list_display = ("experiment", "well", "px_per_mm", "fps",
|
list_display = ("experiment", "well", "px_per_mm", "fps",
|
||||||
"thresh_immobile", "thresh_mobile",
|
"thresh_immobile", "thresh_mobile",
|
||||||
"photo_mode", "chemo_strength", "created_at")
|
"photo_mode", "chemo_strength", "created_at")
|
||||||
list_filter = ("photo_mode", "tube_axis")
|
list_filter = ("experiment", "photo_mode", "tube_axis")
|
||||||
search_fields = ("experiment", "well", "description")
|
search_fields = ("experiment", "well", "description")
|
||||||
ordering = ("-created_at",)
|
ordering = ("-created_at",)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user