Closed m4ul3r closed 2 years ago
Ok I wasn't aware of that, I'll check it out.
In the mean time you can always force the django version in the requirements file to make it work.
Cheers
Fixed, works with Django 4+ only, moved postgres + hedgedoc to more recent versions
It appears that ugettext_lazy has been removed in django 4+ and is now just gettext_laxy. The import needs to be changed at ctfpad/apps.py
https://forum.djangoproject.com/t/importerror-cannot-import-name-ugettext-lazy-from-django-utils-translation/10943/2