diff --git a/plinth/settings.py b/plinth/settings.py index 50c303942..6493ecbed 100644 --- a/plinth/settings.py +++ b/plinth/settings.py @@ -26,7 +26,6 @@ See: https://docs.djangoproject.com/en/dev/ref/settings/ """ -import django from django.utils.translation import gettext_lazy as _ ALLOWED_HOSTS = ['*'] @@ -240,9 +239,6 @@ TEMPLATES = [ TIME_ZONE = 'UTC' -if django.VERSION <= (4, 0): - USE_L10N = True - USE_TZ = True # Overridden by configuration setting use_x_forwarded_host