App_groups_visible

Qualified name: intranet.apps.cslapps.models.App\_groups\_visible

class intranet.apps.cslapps.models.App_groups_visible(id, app, group)

Bases: Model

Parameters:

id (AutoField) – Primary key: ID

Relationship fields:

Parameters:
  • app (ForeignKey to App) – App (related name: App_groups_visible+)

  • group (ForeignKey to Group) – Group (related name: App_groups_visible+)

Methods

Attributes

app

Type: ForeignKey to App

app_id

Internal field, use app instead.

group

Type: ForeignKey to Group

group_id

Internal field, use group instead.

id

Type: AutoField

objects