Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Latest commit

 

History

History
57 lines (34 loc) · 1.12 KB

app_projectroles_api.rst

File metadata and controls

57 lines (34 loc) · 1.12 KB

Projectroles API Documentation

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

Plugins

SODAR plugin point definitions and helper functions for plugin retrieval are detailed in this section.

projectroles.plugins

Models

Projectroles models are used by other apps for project access and metadata management as well as linking objects to projects.

projectroles.models

App Settings

Projectroles provides an API for getting or setting project and user specific settings.

projectroles.app_settings.AppSettingAPI

Common Template Tags

These tags can be included in templates with {% load 'projectroles_common_tags' %}.

projectroles.templatetags.projectroles_common_tags

Utilities

General utility functions are stored in utils.py.

projectroles.utils