我一直在尝试使用 azure 的身份验证系统,为此我遵循了以下链接
https://django-auth-adfs.readthedocs.io/en/latest/azure_ad_config_guide.html
但我有点卡住了,不知道问题出在哪里。
我不断收到以下错误消息。
我一直在尝试使用 azure 的身份验证系统,为此我遵循了以下链接
https://django-auth-adfs.readthedocs.io/en/latest/azure_ad_config_guide.html
但我有点卡住了,不知道问题出在哪里。
我不断收到以下错误消息。
此错误与AttributeError: module 'dotenv' has no attribute 'find_dotenv'
. 您可以通过安装适当的软件包来解决此问题。
pip install django-dotenv
或者pip install python-dotenv
可以参考如何使用python-dotenv的“find_dotenv”方法,模块初始化错误:'module' object has no attribute 'read_dotenv' and AttributeError: module 'dotenv' has no attribute 'read_dotenv'