Skip to content

Agent contribution activity

AgentContributionActivity ΒΆ

Bases: DomainObject

A link between an agent and the contribution activity performed.

Source code in ckanext/attribution/model/agent_contribution_activity.py
34
35
36
37
38
39
class AgentContributionActivity(DomainObject):
    """
    A link between an agent and the contribution activity performed.
    """

    pass