pinax-templates
pinax-templates copied to clipboard
Django 4
The current master creates the following error in Django 4.
ImportError: cannot import name 'ugettext_lazy' from 'django.utils.translation' (/home/henry/Documents/Sites/patch/env/lib/python3.8/site-packages/django/utils/translation/__init__.py)
ugettext_lazy
has been removed and needs to be replaced with gettext_lazy
.
I have forked a running version here https://github.com/HenryMehta/pinax-templates which you should be able to install with pip install git+https://github.com/HenryMehta/pinax-templates
Feel free to raise a PR against this repo and I will process it