room management views

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

View File

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