You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I am migrating project from django-rest-auth to dj-rest-auth. And got this error ImportError: cannot import name 'JWTSerializer' from 'dj_rest_auth.app_settings' when trying open page with open-api generated by drf-spectacular
Hi! I am migrating project from
django-rest-auth
todj-rest-auth
. And got this errorImportError: cannot import name 'JWTSerializer' from 'dj_rest_auth.app_settings'
when trying open page with open-api generated bydrf-spectacular
Problem here in
rest_auth.py
fileMy setup
django==4.1.7
dj-rest-auth==3.0.0
Can you help me?
The text was updated successfully, but these errors were encountered: