django-uwsgi
django-uwsgi copied to clipboard
Django 4.x support
Django 4.x has some changes that brake the django-uwsgi library.
Mainly:
- django.utils.translation.ugettext_lazy
- from django.conf.urls.url
Which now are respectively:
- from django.utils.translation.ngettext_lazy
- from django.urls.re_path
@unbit hello, can this be released sooner than later? :-)
Hello I'm ready if the merge is ok and approved. Just tell me. Thanks.
@unbit please merge
Meanwhile this can be used https://pypi.org/project/django-uwsgi-admin/