[cineoob] releases command improved
This commit is contained in:
parent
5cead53d47
commit
8e796cc5c3
3 changed files with 35 additions and 10 deletions
|
|
@ -31,6 +31,7 @@ class Movie(CapBaseObject):
|
|||
original_title = StringField('Original title of the movie')
|
||||
other_titles = Field('Titles in other countries',list)
|
||||
release_date = DateField('Release date of the movie')
|
||||
all_release_dates= StringField('Release dates list of the movie')
|
||||
duration = IntField('Duration of the movie in minutes')
|
||||
short_description= StringField('Short description of the movie')
|
||||
pitch = StringField('Short story description of the movie')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue