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
In django 4.0 there is no force_text instead there is force_str please update the line 25 of file backend.py from from django.utils.encoding import force_text to from django.utils.encoding import force_str
In django 4.0 there is no force_text instead there is force_str please update the line 25 of file backend.py from
from django.utils.encoding import force_texttofrom django.utils.encoding import force_str