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
toApp
) – App (related name:App_groups_visible+
)group (
ForeignKey
toGroup
) – Group (related name:App_groups_visible+
)
Methods
Attributes
app
Type:
ForeignKey
toApp
app_id
Internal field, use
app
instead.group
Type:
ForeignKey
toGroup
group_id
Internal field, use
group
instead.id
Type:
AutoField
objects