Template error with django-photologue: 'Permission Denied'

Posted by Ellie P. on Stack Overflow See other posts from Stack Overflow or by Ellie P.
Published on 2010-05-11T22:21:39Z Indexed on 2010/05/11 22:24 UTC
Read the original article Hit count: 294

I'm in the process of re-setting up my Django development environment after reinstalling my OS. We use django-photologue with our project, which I installed using easy_install. However, I'm getting a template error on every template that has a photologue photo:

TemplateSyntaxError at /newsroom/news/ Caught an exception while rendering: (13, 'Permission denied')

One example of the line where the error is located:

<img src="{{ photo.get_list_url }}">

I'm totally stumped--I've used photologue for this project on many different platforms and have never had this problem. Google yields nothing. I'm currently using Jolicloud (based on Ubuntu Jaunty). I'm working with a pre-existing database, so all of the photo sizes and everything have already been set up.

© Stack Overflow or respective owner

Related posts about django

Related posts about photologue