Skip to content

Commit 868798b

Browse files
committed
update collection admin to show number of curated and delta urls
1 parent 75cde3b commit 868798b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sde_collections/admin.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@ class CollectionAdmin(admin.ModelAdmin, ExportCsvMixin, UpdateConfigMixin):
240240
list_display = (
241241
"name",
242242
"candidate_urls_count",
243+
"delta_urls_count",
244+
"included_curated_urls_count",
243245
"config_folder",
244246
"url",
245247
"division",

0 commit comments

Comments
 (0)