[django] set timezone and disable i18n
This commit is contained in:
parent
15279ee99c
commit
804bce4719
1 changed files with 2 additions and 2 deletions
|
|
@ -101,8 +101,8 @@ AUTH_PASSWORD_VALIDATORS = [
|
||||||
# Internationalization
|
# Internationalization
|
||||||
# https://docs.djangoproject.com/en/5.1/topics/i18n/
|
# https://docs.djangoproject.com/en/5.1/topics/i18n/
|
||||||
LANGUAGE_CODE = "en-us"
|
LANGUAGE_CODE = "en-us"
|
||||||
TIME_ZONE = "UTC"
|
TIME_ZONE = "Europe/Berlin"
|
||||||
USE_I18N = True
|
USE_I18N = False
|
||||||
USE_TZ = True
|
USE_TZ = True
|
||||||
|
|
||||||
# Static files (CSS, JavaScript, Images)
|
# Static files (CSS, JavaScript, Images)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue