App

Qualified name: intranet.apps.cslapps.models.App

class intranet.apps.cslapps.models.App(*args, **kwargs)[source]

Bases: Model

Represents an app maintained by TJ CSL.

Parameters:

Relationship fields:

Parameters:

Methods

visible_to

Attributes

auth_url

Type: URLField

description

Type: CharField

groups_visible

Type: ManyToManyField to Group

html_icon

Type: CharField

id

Type: AutoField

image_url

Type: CharField

invert_image_color_for_dark_mode

Type: BooleanField

name

Type: CharField

oauth_application

Type: ForeignKey to CSLApplication

oauth_application_id

Internal field, use oauth_application instead.

objects

order

Type: IntegerField

url

Type: URLField