add get_SCOPE_CONFIG

This commit is contained in:
Nick Sweeting
2024-10-29 00:33:14 -07:00
parent eb721bd514
commit 5efeb9d347
4 changed files with 89 additions and 9 deletions

View File

@@ -174,7 +174,7 @@ class ABIDModel(models.Model):
'uri': self.abid_uri_src,
'subtype': self.abid_subtype_src,
'rand': self.abid_rand_src,
'salt': 'self.abid_salt', # defined as static class vars at build time
'salt': 'self.abid_salt', # defined as static class vars at build time
}
@property