没有名为slack

时间:2016-07-07 04:48:54

标签: python django django-allauth slack

我正在尝试https://github.com/pennersr/django-allauth测试[django-allauth / example]。

按照[example / readme.rst],所有步骤都需要测试exmaple,如下所示:

$ git clone git://github.com/pennersr/django-allauth.git
$ cd django-allauth/example
$ virtualenv venv
$ . venv/bin/activate
$ pip install -r requirements.txt

$ python manage.py migrate  # **The promblem happen here**

$ python manage.py createsuperuser
$ python manage.py runserver

当我通过命令“$ python manage.py migrate”迁移数据库时,会出现[ImportError],其中包含描述:“no module named slack”

我在谷歌搜索但没有标准的[松弛包]用于python或任何有关[slack]的信息。所以,没有办法解决这个问题。

[松弛]是什么以及如何通过它?帮助我。

1 个答案:

答案 0 :(得分:1)

请确保您已根据此处的文档编辑了settings.py:https://django-allauth.readthedocs.io/en/latest/installation.html。特别包括&alquouth.socialaccount.providers.slack'。