add wip event occurrences

This commit is contained in:
2024-05-11 05:18:11 +02:00
parent bb4a9f4eb2
commit bc9fbd5d84
17 changed files with 273 additions and 41 deletions

View File

@@ -119,9 +119,9 @@ AUTH_PASSWORD_VALIDATORS = [
# Internationalization
# https://docs.djangoproject.com/en/4.2/topics/i18n/
LANGUAGE_CODE = "en-us"
LANGUAGE_CODE = "nb-no"
TIME_ZONE = "UTC"
TIME_ZONE = "Europe/Oslo"
USE_I18N = True