Thursday, 22 August 2013

Django solr_thumbnail cropped image are not loading

Django solr_thumbnail cropped image are not loading

I want to generate thumbnails using solr_thumbnail but i am getting error
. I have followed the tutorial and generated the thumbnail and saved under
cache folder. But now it is looking under
/home/vaibhav/TRAC/flipdiscounts/flipdiscounts/flipdiscountApp/images/cache/b2/f7/b2f7287e13292d73659a0fde830ef197.jpg/
urls.py :
url(r'^images/(?P<path>.*)/$', 'django.views.static.serve',
# For store image
{'document_root': MEDIA_ROOT, 'show_indexes': False}),
can someone help me ...

No comments:

Post a Comment