change default language and time zone

v1-0-stable
Christian Merten 9 years ago
parent 793d3b2d25
commit 6990ca8d04

@ -123,9 +123,9 @@ AUTH_PASSWORD_VALIDATORS = [
# Internationalization
# https://docs.djangoproject.com/en/1.10/topics/i18n/
LANGUAGE_CODE = 'en-us'
LANGUAGE_CODE = 'de-de'
TIME_ZONE = 'UTC'
TIME_ZONE = 'Europe/Berlin'
USE_I18N = True

Loading…
Cancel
Save