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
Django 4 doesn't support ugettextlazy. Consider updating your settings.py file in line 4.
Replace: from django.utils.translation import ugettext_lazy as _
with: form django.utils.translation import gettext_lazy as _