update files and model to include new field

This commit is contained in:
Gwyn Hannay
2022-08-20 14:30:14 -07:00
committed by Trenton Holmes
parent 0878a199f4
commit 3fcbd8f3ac
5 changed files with 15 additions and 0 deletions
+1
View File
@@ -42,6 +42,7 @@ class DocumentAdmin(admin.ModelAdmin):
"checksum",
"archive_filename",
"archive_checksum",
"original_filename",
)
list_display_links = ("title",)