room management views

This commit is contained in:
imperosol
2025-06-27 18:13:23 +02:00
parent 88681cbe81
commit 1118693816
9 changed files with 199 additions and 13 deletions

View File

@@ -276,7 +276,7 @@ LOGGING = {
# Internationalization
# https://docs.djangoproject.com/en/1.8/topics/i18n/
LANGUAGE_CODE = "fr-FR"
LANGUAGE_CODE = "fr"
LANGUAGES = [("en", _("English")), ("fr", _("French"))]