使用ライブラリ
・django-allauth(docs)
・dj-rest-auth(docs)
早速githubに報告されていました。
https://github.com/iMerica/dj-rest-auth/issues/534
結論から言うと、
dj-rest-authで使用している関数が、django-allauthの最新版(0.55.0)には無いのでエラーが出ているみたいです。
解決策は
django-allauthのバージョンを指定して、インストールしてください。
pipenv install django-allauth==0.54.0 or pip install django-allauth==0.54.0
favorite
0
chat_bubble
0

プロモーション