flickr info
This commit is contained in:
parent
05fec8e53d
commit
9696738479
|
@ -78,9 +78,9 @@ class Image(models.Model):
|
||||||
'sizes': sizes,
|
'sizes': sizes,
|
||||||
'photoInfo': {
|
'photoInfo': {
|
||||||
'title': flickrPhoto._Photo__title,
|
'title': flickrPhoto._Photo__title,
|
||||||
'description': flickrPhoto._Photo__description,
|
'description': flickrPhoto._Photo__description
|
||||||
# 'owner': flickrPhoto._Photo__owner,
|
# 'owner': flickrPhoto._Photo__owner,
|
||||||
'tags': flickrPhoto._Photo__tags
|
# 'tags': flickrPhoto._Photo__tags
|
||||||
},
|
},
|
||||||
'caption': self.caption,
|
'caption': self.caption,
|
||||||
'location': {
|
'location': {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user