model = Offer
list_display = ['title', 'author', 'target', 'sum', 'is_win', 'start', 'end', 'due']
search_fields = ['title', 'author']
model = Offer
list_display = ['title', 'author', 'target', 'sum', 'is_win', 'start', 'end', 'due']
search_fields = ['title', 'author']