[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
|
||||
# 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)
|
||||
|
|
Loading…
Add table
Reference in a new issue