[housing] adding a url field in housing capability and management of it in flatboob

This commit is contained in:
Bezleputh 2014-10-07 16:06:39 +02:00
commit 77995378c5
2 changed files with 6 additions and 1 deletions

View file

@ -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):
"""