flickr info

This commit is contained in:
sanj 2010-10-26 01:50:28 +02:00
parent 46a512a4c7
commit 05fec8e53d

View File

@ -79,7 +79,7 @@ class Image(models.Model):
'photoInfo': {
'title': flickrPhoto._Photo__title,
'description': flickrPhoto._Photo__description,
'owner': flickrPhoto._Photo__owner,
# 'owner': flickrPhoto._Photo__owner,
'tags': flickrPhoto._Photo__tags
},
'caption': self.caption,