[housing] adding a url field in housing capability and management of it in flatboob
This commit is contained in:
parent
c277d2dae7
commit
77995378c5
2 changed files with 6 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ class Housing(BaseObject):
|
|||
phone = StringField('Phone number to contact')
|
||||
photos = Field('List of photos', list)
|
||||
details = Field('Key/values of details', dict)
|
||||
|
||||
url = StringField('Url of the the advert')
|
||||
|
||||
class Query(BaseObject):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue