Projects Python Module

Projects data model.

class pacifica.metadata.orm.projects.Projects(*args, **kwargs)

Projects data model.

Attributes:
DoesNotExist

alias of ProjectsDoesNotExist

from_hash(obj)

Convert the hash to the object.

to_hash(**flags)

Convert the object to a hash.

classmethod where_clause(kwargs)

PeeWee specific where clause used for search.