forked from beba/foerderbarometer
set default LANGUAGE_CODE to 'de' instead of 'en-us'
This commit is contained in:
parent
6585eeaf78
commit
63b07bdf22
|
|
@ -119,7 +119,7 @@ AUTH_PASSWORD_VALIDATORS = password_validators(
|
||||||
|
|
||||||
USE_I18N = True
|
USE_I18N = True
|
||||||
USE_L10N = True
|
USE_L10N = True
|
||||||
LANGUAGE_CODE = env('LANGUAGE_CODE', 'en-us')
|
LANGUAGE_CODE = env('LANGUAGE_CODE', 'de')
|
||||||
|
|
||||||
USE_TZ = True
|
USE_TZ = True
|
||||||
TIME_ZONE = env('TIME_ZONE', 'UTC')
|
TIME_ZONE = env('TIME_ZONE', 'UTC')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue