From 163a4247110861510b58765a19efbd98c084b350 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Wed, 17 Jan 2024 11:52:58 -0500 Subject: gtd: added category to admin --- app/gtd/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/gtd') diff --git a/app/gtd/admin.py b/app/gtd/admin.py index 8709f93..0e56f59 100644 --- a/app/gtd/admin.py +++ b/app/gtd/admin.py @@ -10,7 +10,7 @@ print(WiredPost) @admin.register(WiredPost) class WiredPostAdmin(admin.ModelAdmin): - list_display = ('title', 'date_last_pub', 'update_frequency', 'needs_update', 'post_status') + list_display = ('title', 'date_last_pub', 'category', 'update_frequency', 'needs_update', 'post_status') search_fields = ['title'] list_filter = ['post_status', 'post_type', 'update_frequency'] -- cgit v1.2.3-70-g09d2