django-social-auth app不能在virtualenv下工作

时间:2011-08-09 23:50:24

标签: django django-templates

我将我的django项目转移到了virtualenv。我使用pip安装了django-social-auth库。我将在virtualenv之外工作的相同文件复制到新环境中,但我得到了一个

  

渲染时捕获NoReverseMatch:反向'begin',参数'(u'facebook',)'和关键字参数'{}'未找到。

我可以在django shell中导入social_auth库,而social_auth包含在INSTALLED_APPS中,其url存在于urls.py文件中。

我可以犯什么错误?

1 个答案:

答案 0 :(得分:1)

当您使用pip安装django-social-auth时,所有socialauth网址必须包含前缀“socialauth_”。问题是discussed on github