forked from beba/foerderbarometer
only use german
This commit is contained in:
parent
638f6cd5ed
commit
d527a99a6d
|
|
@ -121,6 +121,9 @@ AUTH_PASSWORD_VALIDATORS = password_validators(
|
|||
USE_I18N = True
|
||||
USE_L10N = True
|
||||
LANGUAGE_CODE = env('LANGUAGE_CODE', 'de')
|
||||
LANGUAGES = [
|
||||
('de', 'Deutsch'),
|
||||
]
|
||||
|
||||
USE_TZ = True
|
||||
TIME_ZONE = env('TIME_ZONE', 'Europe/Berlin')
|
||||
|
|
|
|||
Loading…
Reference in New Issue