# Internationalization # https://docs.djangoproject.com/en/3.2/topics/i18n/ LANGUAGE_CODE = 'de-de' TIME_ZONE = 'UTC' USE_I18N = True USE_L10N = True USE_TZ = True