RFID Tracker
Loading...
Searching...
No Matches
webui.models.Log Class Reference
Inheritance diagram for webui.models.Log:

Classes

class  LogEntryType
 

Public Member Functions

 person (self)
 
 __str__ (self)
 

Static Public Attributes

 type
 
 max_length
 
 choices
 
 scanner
 
 tag
 
 time = models.DateTimeField(default=timezone.now)
 

Member Data Documentation

◆ scanner

webui.models.Log.scanner
static
Initial value:
= models.ForeignKey(
'Scanner',
blank=True,
null=True,
on_delete=models.CASCADE,
related_name='logs',
)

◆ tag

webui.models.Log.tag
static
Initial value:
= models.ForeignKey(
'Tag',
blank=True,
null=True,
on_delete=models.CASCADE,
related_name='logs',
)

The documentation for this class was generated from the following file: