开发者

django django-imagekit django-cumulus random syntax errors

开发者 https://www.devze.com 2023-01-11 14:09 出处:网络
I have been using django-imagekit and django-cumulus now for a while in my app with Rackspace and I seem to be getting random errors, these do not occur on a regular basis, but more on an irregular ba

I have been using django-imagekit and django-cumulus now for a while in my app with Rackspace and I seem to be getting random errors, these do not occur on a regular basis, but more on an irregular basis.

Anyone experiencing the same issue?

The error seems to appear on {% for gun in guns %}

<div style="margin-top: 20px;">

{% for gun in guns %}

<div style="float:left;padding-right:6px;margin-bottom:20px;">

<a href="/gunsafe/detail/{{ gun.id }}"><img src="{{ gun.thumbnail_image.url}}" width="166px"></a><br />

<a href="/gunsafe/detail/{{ gun.id }}">{{ gun.brand }}</a>

</div>

{% endfor %}

</div>开发者_如何学C

Now I got a different error...

Caught an exception while rendering: (8, '_ssl.c:480: EOF occurred in violation of protocol')

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号