Person: introduce list_editable

This commit is contained in:
PCoder 2021-11-26 20:01:43 +05:30
parent fd9ca38cf9
commit ed868f646d
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ class PersonAdmin(admin.ModelAdmin):
}),
)
list_display = ['full_name', 'country', 'organization']
list_editable = ['full_name', 'country', 'organization']
class ResourceAdmin(admin.ModelAdmin):