1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Reworked some account views

This commit is contained in:
Real-Gecko 2020-06-16 18:35:08 +06:00
parent 1a3cc36ada
commit 636b5bb1bc
8 changed files with 179 additions and 221 deletions

View file

@ -12,7 +12,7 @@ class Instance(Model):
created = DateField(_('created'), auto_now_add=True)
def __str__(self):
return self.name
return f'{self.compute}/{self.name}'
class PermissionSet(Model):