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

Fixed pep8

This commit is contained in:
Retspen 2015-03-27 17:12:15 +02:00
parent b9bf14fdb5
commit 56f840c893
13 changed files with 37 additions and 18 deletions

View file

@ -10,4 +10,4 @@ class UserInstance(models.Model):
is_delete = models.BooleanField(default=False)
def __unicode__(self):
return self.instance.name
return self.instance.name