Button create a transaction through the API
This commit is contained in:
parent
7f432f5bc5
commit
cebbe65eef
3 changed files with 48 additions and 3 deletions
|
|
@ -18,6 +18,7 @@ class HistoryTable(tables.Table):
|
|||
}
|
||||
model = Transaction
|
||||
exclude = ("polymorphic_ctype", )
|
||||
order_by = ('-created_at', )
|
||||
template_name = 'django_tables2/bootstrap4.html'
|
||||
sequence = ('...', 'total', 'valid')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue