jazzband / django-axes

Keep track of failed login attempts in Django-powered sites.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot import name ugettext_lazy from django.utils.translation django-axes

sandeepkmr088 opened this issue · comments

Django==4.0.2
django-axes==5.40.1

error

It was removed from Django 4, use this instead

use this :

from django.utils.translation import gettext_lazy as _