【发布时间】:2015-07-21 04:35:53
【问题描述】:
-
我在我的网站 villaint.ru 上安装了 django-disqus
INSTALLED_APPS = ( ... 'disqus', )
DISQUS_API_KEY = 'my_secret_api_key'
DISQUS_WEBSITE_SHORTNAME = '恶棍' -
在模板中:
{% 加载 disqus_tags %}
{% disqus_show_cmets %}
我在页面 http://villaint.ru/blog/entry/2/ 上遇到错误:
Could not connect to URL: "http://villaint.ru/blog/entry/2/" (error was "[Errno -2] Name or service not known")
在页面http://www.villaint.ru/blog/entry/2/我有以下错误:
Could not connect to URL: "http://www.villaint.ru/blog/entry/2/" (error was "HTTP Error 404: Not Found")
【问题讨论】: