forked from 0x2620/pandora
rename poster_url
This commit is contained in:
parent
23e6fedacf
commit
b81d08fae5
2 changed files with 229 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ class Movie(models.Model):
|
|||
self.save()
|
||||
|
||||
poster = models.ImageField(default=None, blank=True, upload_to=lambda f, x: poster_path(f))
|
||||
posters_url = models.TextField(blank=True)
|
||||
poster_url = models.TextField(blank=True)
|
||||
poster_height = models.IntegerField(default=0)
|
||||
poster_width = models.IntegerField(default=0)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue