room management views

This commit is contained in:
imperosol
2025-06-27 18:13:23 +02:00
parent b86ad5e936
commit e973b013c6
9 changed files with 189 additions and 11 deletions
+1 -1
View File
@@ -280,7 +280,7 @@ LOGGING = {
# Internationalization
# https://docs.djangoproject.com/en/1.8/topics/i18n/
LANGUAGE_CODE = "fr-FR"
LANGUAGE_CODE = "fr"
LANGUAGES = [("en", _("English")), ("fr", _("French"))]