所以关于Djang的ldap的所有教程都是从
开始import ldap
from django_auth_ldap.config import LDAPSearch
但无论我收到什么错误:
ImportError: Could not import settings 'reportgenerator.settings' (Is it on sys.path?
Is there an import error in the settings file?): No module named
django_auth_ldap.config
我错过了什么吗?我安装了python-ldap。
通过在命令行上运行以下命令解决了这个问题:
pip install django-auth-ldap