作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
已安装所有软件包!!
嗨,我正在使用 python 3.5 Django==1.10 我安装了 Python-social-auth 执行命令 Python manage.py transfer error received !
Traceback (most recent call last):
File "manage.py", line 22, in
execute_from_command_line(sys.argv)
File "/home/berluskuni/web_project/exprender/.exprender/lib64/python3.5/site-packages/django
/core/management/init.py", line 367, in execute_from_command_line
utility.execute()
File "/home/berluskuni/web_project/exprender/.exprender/lib64/python3.5/site-packages/django/core/management/init.py", line 341, in execute
django.setup()
File "/home/berluskuni/web_project/exprender/.exprender/lib64/python3.5/site-packages/django/init.py", line 27, in setup
apps.populate(settings.INSTALLED_APPS)
File "/home/berluskuni/web_project/exprender/.exprender/lib64/python3.5/site-packages/django/apps/registry.py", line 108, in populate
app_config.import_models(all_models)
File "/home/berluskuni/web_project/exprender/.exprender/lib64/python3.5/site-packages/django/apps/config.py", line 199, in import_models
self.models_module = import_module(models_module_name)
File "/usr/lib64/python3.5/importlib/init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 986, in _gcd_import
File "", line 969, in _find_and_load
File "", line 958, in _find_and_load_unlocked
File "", line 673, in _load_unlocked
File "", line 665, in exec_module
File "", line 222, in _call_with_frames_removed
File "/home/berluskuni/web_project/exprender/.exprender/lib64/python3.5/site-packages/social/apps/django_app/default/models.py", line 1, in
from social_django.models import AbstractUserSocialAuth, UserSocialAuth, Nonce, Association, Code, DjangoStorage
ImportError: No module named 'social_django'
最佳答案
要将 Django 与 python social auth 一起使用,您还需要安装 Django 应用程序。
您可以在安装 python-social-auth
时指定要安装 Django 的额外要求:
pip install python-social-auth[django]
pip install social-auth-app-django
关于django - python-social-auth 与 Django : ImportError: No module named 'social_django' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41635052/
我知道以前也有人问过类似的问题,但似乎没有一个和我的情况完全一样。我收到的错误如下所示: Environment: Request Method: GET Request URL: http://we
已安装所有软件包!! 嗨,我正在使用 python 3.5 Django==1.10 我安装了 Python-social-auth 执行命令 Python manage.py transfer er
我是一名优秀的程序员,十分优秀!