@@ -6,7 +6,7 @@ from thermometer.models import ThermometerInfo |
||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
class ThermometerInfoAdmin(admin.ModelAdmin): |
9 |
- list_display = ('thermometer_id', 'user_id', 'macid', 'status', 'created_at', 'updated_at') |
|
9 |
+ list_display = ('thermometer_id', 'user_id', 'macid', 'bound_at', 'status', 'created_at', 'updated_at') |
|
10 | 10 |
|
11 | 11 |
|
12 | 12 |
admin.site.register(ThermometerInfo, ThermometerInfoAdmin) |