featured item
This commit is contained in:
parent
490c712689
commit
2a24beb579
7 changed files with 89 additions and 10 deletions
|
|
@ -18,6 +18,7 @@ class Film(models.Model):
|
|||
|
||||
slug = models.SlugField()
|
||||
public = models.BooleanField(default=False)
|
||||
featured = models.BooleanField(default=False)
|
||||
position = models.IntegerField(default=0)
|
||||
|
||||
pandora_url = models.CharField(max_length=1024)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue