|
RFID Tracker
|
Public Member Functions | |
| get_readonly_fields (self, request, obj=None) | |
Static Public Attributes | |
| list | list_display |
| list | search_fields = ['user__last_name', 'user__first_name'] |
| list | list_filter |
| list | inlines = [CheckinInline, CheckoutInline] |
| list | autocomplete_fields = ['user'] |
| list | ordering = ['-checkin__time', '-checkout__time'] |
|
static |
|
static |