requirements: Upgrade Django to 5.0.5.dev.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-04-17 14:48:12 -07:00
committed by Tim Abbott
parent ca0f79ce34
commit 3b4527843d
7 changed files with 17 additions and 26 deletions

View File

@@ -144,9 +144,6 @@ LANGUAGE_CODE = "en-us"
# to load the internationalization machinery.
USE_I18N = True
# If you set this to False, Django will not use time-zone-aware datetimes.
USE_TZ = True
# this directory will be used to store logs for development environment
DEVELOPMENT_LOG_DIRECTORY = os.path.join(DEPLOY_ROOT, "var", "log")