Keywords Python Module¶
Keywords linked to citations.
-
class
pacifica.metadata.orm.keywords.Keywords(*args, **kwargs)[source]¶ Keywords Model.
- Attributes:
Name Description citation Link to the Citation model keyword keyword in the citation encoding encoding of the keyword
-
DoesNotExist¶ alias of
KeywordsDoesNotExist
-
_meta= <peewee.Metadata object>¶
-
_schema= <peewee.SchemaManager object>¶
-
citations¶
-
created= <ExtendDateTimeField: Keywords.created>¶
-
deleted= <ExtendDateTimeField: Keywords.deleted>¶
-
encoding= <CharField: Keywords.encoding>¶
-
id= <AutoField: Keywords.id>¶
-
keyword= <CharField: Keywords.keyword>¶
-
updated= <ExtendDateTimeField: Keywords.updated>¶