clip order
This commit is contained in:
parent
de8c824c2b
commit
875cbbeaa7
3 changed files with 7 additions and 3 deletions
|
|
@ -374,6 +374,8 @@ class Clip(models.Model):
|
|||
lightness= models.FloatField(default=0)
|
||||
volume = models.FloatField(default=0)
|
||||
|
||||
objects = managers.ClipManager()
|
||||
|
||||
def __unicode__(self):
|
||||
if self.annotation:
|
||||
return u'%s' % self.annotation.public_id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue