Beispiel #1
0
 def picture(self, obj):
     thumb = DjangoThumbnail(obj.image, (200,200))
     return '<img src="%s" />' % thumb.__unicode__()