i18n.py 170 B

12345678910111213
  1. # Internationalization
  2. # https://docs.djangoproject.com/en/3.2/topics/i18n/
  3. LANGUAGE_CODE = 'de-de'
  4. TIME_ZONE = 'UTC'
  5. USE_I18N = True
  6. USE_L10N = True
  7. USE_TZ = True