Groups Python Module¶
Contains model for groups.
-
class
pacifica.metadata.orm.groups.Groups(*args, **kwargs)[source]¶ Groups model and associated fields.
- Attributes:
Name Description name name of the group is_admin does the group has admin abilities encoding encoding for the group name
-
DoesNotExist¶ alias of
GroupsDoesNotExist
-
_meta= <peewee.Metadata object>¶
-
_schema= <peewee.SchemaManager object>¶
-
created= <ExtendDateTimeField: Groups.created>¶
-
deleted= <ExtendDateTimeField: Groups.deleted>¶
-
encoding= <CharField: Groups.encoding>¶
-
id= <AutoField: Groups.id>¶
-
instrument_members¶
-
is_admin= <BooleanField: Groups.is_admin>¶
-
members¶
-
name= <CharField: Groups.name>¶
-
projects¶
-
updated= <ExtendDateTimeField: Groups.updated>¶