Skip to content

Package contribution activity

PackageContributionActivity ΒΆ

Bases: DomainObject

A link between a package and the contribution activity performed.

Source code in ckanext/attribution/model/package_contribution_activity.py
33
34
35
36
37
38
class PackageContributionActivity(DomainObject):
    """
    A link between a package and the contribution activity performed.
    """

    pass