Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 676 Bytes

app_timeline_api_django.rst

File metadata and controls

32 lines (20 loc) · 676 Bytes

Timeline Django API Documentation

This document contains Django API documentation for the timeline app. Included are functionalities and classes intended to be used by other applications.

Backend API

The backend API can be retrieved as follows.

from projectroles.plugins import get_backend_api
app_alerts = get_backend_api('timeline_backend')

Make sure to also enable timeline_backend in the ENABLED_BACKEND_PLUGINS Django setting.

timeline.api.TimelineAPI

Models

timeline.models