MCPcopy
hub / github.com/HumanSignal/label-studio / Meta

Class Meta

label_studio/users/models.py:124–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 REQUIRED_FIELDS = ()
123
124 class Meta:
125 db_table = 'htx_user'
126 verbose_name = _('user')
127 verbose_name_plural = _('users')
128 indexes = [
129 models.Index(fields=['username']),
130 models.Index(fields=['email']),
131 models.Index(fields=['first_name']),
132 models.Index(fields=['last_name']),
133 models.Index(fields=['date_joined']),
134 ]
135
136 @property
137 def avatar_url(self):

Callers

nothing calls this directly

Calls 1

_Function · 0.50

Tested by

no test coverage detected