SmileyChris / easy-thumbnails

Easy thumbnails for Django
http://easy-thumbnails.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
1.39k stars 319 forks source link

file.name is sth like "C:/foo/bar.jpg" #447

Closed zzm88 closed 7 years ago

zzm88 commented 7 years ago

t.picture.file is ThumbnailerImageField . But t.picture.file.name is sth like "C:/foo/bar.jpg" and the django tag returns a wrong address containing local address " C:/....."

how to return directly "bar.jpg"?

SmileyChris commented 7 years ago

os.path.basename(t.picture.file.name)