Remove deprecated setting for Django 5

This commit is contained in:
Christopher Broderick 2025-05-13 17:05:43 +01:00
parent 91ddf824e7
commit 40bc61138e
2 changed files with 0 additions and 2 deletions

View File

@ -211,7 +211,6 @@ TIME_ZONE = "UTC"
USE_I18N = True
USE_L10N = True
USE_TZ = True

View File

@ -217,7 +217,6 @@ TIME_ZONE = "UTC"
USE_I18N = True
USE_L10N = True
USE_TZ = True