Added Django 4 support.

This commit is contained in:
Nick McCullum
2022-03-16 22:29:09 -04:00
parent e7fd06da53
commit 358080926c
17 changed files with 87 additions and 87 deletions

View File

@ -8,7 +8,7 @@ create_usersettings.py - Easy way to create helpdesk-specific settings for
users who don't yet have them.
"""
from django.utils.translation import ugettext as _
from django.utils.translation import gettext as _
from django.core.management.base import BaseCommand
from django.contrib.auth import get_user_model