TJStarUUIDMap¶
Qualified name: intranet.apps.events.models.TJStarUUIDMap
- class intranet.apps.events.models.TJStarUUIDMap(*args, **kwargs)[source]¶
Bases:
Model
A mapping between a user and UUID for the tjSTAR widget.
- user¶
The associated user.
- uuid¶
The tjSTAR UUUID
Relationship fields:
- Parameters:
user (
ForeignKey
toUser
) – User (related name:tjstaruuidmap
)
Methods
Attributes