use imdb/icon/expose timeline
This commit is contained in:
parent
a1bc2f4f0e
commit
524b134551
7 changed files with 63 additions and 43 deletions
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue