local changes
This commit is contained in:
parent
6610c3b48e
commit
e34d4a5a7b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
.idea/
|
||||
static/
|
||||
*.sqlite3
|
||||
*.py[cod]
|
||||
.so
|
||||
|
@ -20,7 +20,7 @@ class TableAdmin(admin.ModelAdmin):
|
||||
|
||||
@admin.register(LocationData)
|
||||
class LocationDataAdmin(admin.ModelAdmin):
|
||||
list_display = ('location_id', 'table_no', 'tst', 'on_off',)
|
||||
fields = ['location_id', 'table_no', 'tst', 'on_off',]
|
||||
list_display = ('location_id', 'table_no', 'tst', 'on_off', 'processed', 'error_msg')
|
||||
fields = ['location_id', 'table_no', 'tst', 'on_off', 'processed', 'error_msg']
|
||||
pass
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user