⬆️ Upgrade to Django 4.2 and related changes

This commit is contained in:
Lacey Williams Henschel
2023-04-14 13:36:28 -07:00
parent d20033c011
commit e658968b4e
6 changed files with 12 additions and 12 deletions

View File

@@ -187,8 +187,6 @@ TIME_ZONE = "UTC"
USE_I18N = True
USE_L10N = True
USE_TZ = True

View File

@@ -1,5 +1,5 @@
from django.conf import settings
from django.conf.urls import include, re_path
from django.urls import include, re_path
from django.conf.urls.static import static
from django.contrib import admin
from django.views.generic import TemplateView