stakeholders create & list of psp organizations
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user