add updated to list view
This commit is contained in:
parent
21184c9c67
commit
c2cfc0cdb4
|
@ -69,6 +69,7 @@ class OrderAdmin(admin.ModelAdmin):
|
||||||
list_display = [
|
list_display = [
|
||||||
'id',
|
'id',
|
||||||
'created',
|
'created',
|
||||||
|
'updated',
|
||||||
'user',
|
'user',
|
||||||
'get_email',
|
'get_email',
|
||||||
'total',
|
'total',
|
||||||
|
|
Loading…
Reference in a new issue