|
@ -37,6 +37,7 @@ INSTALLED_APPS = [ |
|
|
'django.contrib.sessions', |
|
|
'django.contrib.sessions', |
|
|
'django.contrib.messages', |
|
|
'django.contrib.messages', |
|
|
'django.contrib.staticfiles', |
|
|
'django.contrib.staticfiles', |
|
|
|
|
|
"dummy", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
MIDDLEWARE = [ |
|
|
MIDDLEWARE = [ |
|
@ -103,9 +104,9 @@ AUTH_PASSWORD_VALIDATORS = [ |
|
|
# Internationalization |
|
|
# Internationalization |
|
|
# https://docs.djangoproject.com/en/3.2/topics/i18n/ |
|
|
# https://docs.djangoproject.com/en/3.2/topics/i18n/ |
|
|
|
|
|
|
|
|
LANGUAGE_CODE = 'en-us' |
|
|
|
|
|
|
|
|
LANGUAGE_CODE = 'cs' |
|
|
|
|
|
|
|
|
TIME_ZONE = 'UTC' |
|
|
|
|
|
|
|
|
TIME_ZONE = 'Europe/Prague' |
|
|
|
|
|
|
|
|
USE_I18N = True |
|
|
USE_I18N = True |
|
|
|
|
|
|
|
|