akvo.rest.views.indicator module

class akvo.rest.views.indicator.IndicatorFrameworkViewSet(**kwargs)[source]

Bases: PublicProjectViewSet

basename = None
description = None
detail = None
name = None
project_relation = 'result__project__'
queryset
serializer_class

alias of IndicatorFrameworkSerializer

suffix = None
class akvo.rest.views.indicator.IndicatorViewSet(**kwargs)[source]

Bases: PublicProjectViewSet

basename = None
description = None
detail = None
name = None
project_relation = 'result__project__'
queryset
serializer_class

alias of IndicatorSerializer

suffix = None
akvo.rest.views.indicator.indicator_contribution_count(request, *args, **kwargs)[source]

The main purpose of this endpoint is as a way for the Frontend to determine whether the user can enable or disable cumulative reporting.