MCPcopy Create free account
hub / github.com/developerfromjokela/opencarwings / Meta

Class Meta

api/models.py:22–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 last_used_at = models.DateTimeField(auto_now=True)
21
22 class Meta:
23 db_table = 'token_metadata'
24
25 def __str__(self):
26 return f"{self.user.username} - {self.device_type} - {self.created_at}"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected