AlexPy
Results
2
issues of
AlexPy
Django 4 doesn't support ugettextlazy. Consider updating your `settings.py` file in `line 4`. Replace: `from django.utils.translation import ugettext_lazy as _` with: `form django.utils.translation import gettext_lazy as _`
In recent updates of Django, the developers changed the LogoutView method from GET to POST. Since this tutorial has not the updated code, beginners may get confused why their `logout`...