【发布时间】:2016-07-18 23:40:44
【问题描述】:
从 oauth2client.django_orm 导入 CredentialsField 时,我得到:
Import Error: No module named django_orm
我已经安装了先决条件:django-orm 和 python-oauth2。
【问题讨论】:
-
您需要在帖子中添加跟踪/实际错误
-
需要在settings.py的INSTALLED_APPS中添加django_orm
标签: python python-2.7 django-1.9