django-photologue 模板错误:“权限被拒绝”
重新安装操作系统后,我正在重新设置 Django 开发环境。我们在项目中使用 django-photologue,我使用 easy_install 安装了该项目。但是,我在每个包含照片记录照片的模板上都遇到模板错误:
模板语法错误位于 /newsroom/news/ 渲染时捕获异常: (13,“权限被拒绝”)
错误所在行的一个示例:
<img src="{{ photo.get_list_url }}">
我完全被难住了——我在许多不同的平台上为这个项目使用了 photologue,但从来没有遇到过这个问题。谷歌一无所获。我目前正在使用 Jolicloud(基于 Ubuntu Jaunty)。我正在使用一个预先存在的数据库,因此所有照片尺寸和所有内容都已设置完毕。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论