add some verbose names

This commit is contained in:
erichhasl
2017-11-18 15:58:02 +01:00
parent b1bf306522
commit 24fc56d26d
3 changed files with 11 additions and 4 deletions
+2 -2
View File
@@ -105,9 +105,9 @@ DATABASES = {
# Internationalization
# https://docs.djangoproject.com/en/1.8/topics/i18n/
LANGUAGE_CODE = 'en-us'
LANGUAGE_CODE = 'de-de'
TIME_ZONE = 'UTC'
TIME_ZONE = 'Europe/Berlin'
USE_I18N = True