Django-simple-captcha无法加载给定的url

时间:2014-10-12 18:51:00

标签: django captcha

我安装了django-simple-captcha,如教程中所述。 Captcha在开发环境中工作正常,但在生产中我没有看到验证码的图像。虽然urls.py是正确的,但无法访问验证码的网址。什么可能是错的?

1 个答案:

答案 0 :(得分:0)

尝试跑步 ./manage.py test captcha 在两者上。

我想你会得到错误 ImportError: The _imagingft C module is not installed 在您的生产环境中。

这是因为您安装的PIL或Pillow是在没有libfreetype的情况下编译的。