指定的模板库无效。尝试加载“ src.myapp.templatetags.custom_tags”时引发的ImportError无法导入“ custom_tags”

时间:2019-01-19 07:47:36

标签: django python-3.x http https iis-8

我已经在Windows 2012 IIS上部署了django项目。设置后,有时无法加载模板标签库。由于模板标签加载错误,我在chrome firebug控制台中也收到如下错误。

Mixed Content: The page at 'https://10.***.***.**/site/new_site/list/?id=4' was loaded over a secure connection, but contains a form that targets an insecure endpoint 'http://dpaste.com/'. This endpoint should be made available over a secure connection.

我搜索了我的整个代码,但看不到http和https之间的任何混淆代码。我也尝试将SECURE_SSL_REDIRECT = True放在我的settings.py文件中,但是由于我没有使用任何安全连接,因此无法加载该站点。

我尝试了this,但是它不能解决我的问题。我对IIS + django的设置了解不多。我是否应该进行任何单独的设置才能加载模板标签库。但是我不会经常收到此错误消息。

任何帮助将不胜感激。谢谢。

我还将附上我收到的错误消息。

enter image description here

enter image description here

0 个答案:

没有答案