[django] set timezone and disable i18n

This commit is contained in:
bronsen 2025-03-12 23:12:41 +01:00
parent 15279ee99c
commit 804bce4719

View file

@ -101,8 +101,8 @@ AUTH_PASSWORD_VALIDATORS = [
# Internationalization
# https://docs.djangoproject.com/en/5.1/topics/i18n/
LANGUAGE_CODE = "en-us"
TIME_ZONE = "UTC"
USE_I18N = True
TIME_ZONE = "Europe/Berlin"
USE_I18N = False
USE_TZ = True
# Static files (CSS, JavaScript, Images)