Open tngeene opened 2 years ago
Due to the updates on django 4.0> you can no longer import ugettext and this raises the following error. ImportError: cannot import name 'ugettext' from 'django.utils.translation
ugettext
ImportError: cannot import name 'ugettext' from 'django.utils.translation
workaround for the ugettext issue: https://github.com/juliomalegria/django-chunked-upload/issues/68#issuecomment-1903413512
Due to the updates on django 4.0> you can no longer import
ugettext
and this raises the following error.ImportError: cannot import name 'ugettext' from 'django.utils.translation