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
ImportError: cannot import name 'ugettext_lazy' from 'django.utils.translation' (/usr/local/lib/python3.11/site-packages/django/utils/translation/__init__.py)
#445
In Django 4.0 + the package ugettext_lazy is deprecated. I was facing a issue similar to the below article. I had to make the same change in the following file:
In Django 4.0 + the package ugettext_lazy is deprecated. I was facing a issue similar to the below article. I had to make the same change in the following file:
/usr/local/lib/python3.11/site-packages/django/utils/translation/init.py
https://edwinodhiambo.medium.com/importerror-cannot-import-name-ugettext-lazy-from-django-utils-translation-d1788e17cb11
The text was updated successfully, but these errors were encountered: