use imdb/icon/expose timeline

This commit is contained in:
j 2011-01-16 18:58:57 +05:30
commit 524b134551
7 changed files with 63 additions and 43 deletions

View file

@ -24,7 +24,8 @@ class List(models.Model):
_status = ['private', 'public', 'featured']
query = DictField(default={"static": True})
type= models.CharField(max_length=255, default='static')
description = models.TextField(default='')
icon = models.ImageField(default=None, blank=True, upload_to=lambda i, x: i.path("icon.jpg"))
#is through table still required?