stakeholders create & list of psp organizations

This commit is contained in:
2025-08-11 11:35:43 +03:30
parent f9be8cf58d
commit 588e97ae2d
9 changed files with 237 additions and 9 deletions

View File

@@ -243,6 +243,12 @@ class StakeHolders(BaseModel):
related_name='stake_holders',
null=True
)
device = models.ForeignKey(
Device,
on_delete=models.CASCADE,
related_name='stake_holders',
null=True
)
organization = models.ForeignKey(
Organization,
on_delete=models.CASCADE,