dnscms: start adding locales, set and translate verbose names for events

This commit is contained in:
2026-05-19 20:55:53 +02:00
parent 6a9fff8917
commit 5f354972d9
8 changed files with 74 additions and 73 deletions
+2
View File
@@ -144,6 +144,8 @@ USE_L10N = True
USE_TZ = True
LOCALE_PATHS = [os.path.join(BASE_DIR, "locale")]
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/4.2/howto/static-files/