lck.django 0.8.5 documentation
Models holding badges.
Send a badge group callback task through Celery.
Send a badge type callback task through Celery.
Bases: lck.django.badges.models.BadgeMetadata
Owners can be awarded only a single badge of a specified group at a time.
Bases: lck.django.badges.models.BadgeMetadata
Describes a specific badge type.
Bases: lck.django.common.models.TimeTrackable, lck.django.common.models.EditorTrackable
A single badge given to an owner for a certain action on a subject.
Award a badge of a specified type to an owner for actions on a specific subject.
If there is an existing badge of the same group and the same type, no other badge is awarded unless multiple_allowed is set on the badge group.
If there is an existing badge of the same group but of a different type, it is “upgraded” to the current type unless multiple_allowed is set on the badge group. In the latter case a duplicate badge is awarded.
Bases: lck.django.common.models.ImageModel
Image representation of the badge.